Skip to content

Commit 42ec225

Browse files
authored
Update docusaurus.config.js
1 parent 8f5e973 commit 42ec225

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docusaurus.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
module.exports = {
22
title: 'SPID Protocol',
33
tagline: 'Smart Packets. Structured Answers. Voice-Ready.',
4-
url: 'https://yourusername.github.io',
4+
url: 'https://spid-protocol-project.github.io',
55
baseUrl: '/spidprotocol-docs/',
66
onBrokenLinks: 'throw',
77
onBrokenMarkdownLinks: 'warn',
88
favicon: 'img/favicon.ico',
9-
organizationName: 'yourusername', // GitHub org/user
10-
projectName: 'spidprotocol-docs', // Repo name
9+
organizationName: 'SPID-Protocol-project',
10+
projectName: 'spidprotocol-docs',
11+
deploymentBranch: 'gh-pages',
12+
trailingSlash: false,
1113
presets: [
1214
[
1315
'classic',

0 commit comments

Comments
 (0)