Skip to content

Commit 9afd1bc

Browse files
chore(app): setup github pages
1 parent 286794d commit 9afd1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ const config = {
1414
},
1515

1616
// Set the production url of your site here
17-
url: 'https://AyLabsCode.docs.io',
17+
url: 'https://aylabscode.docs.io',
1818
// Set the /<baseUrl>/ pathname under which your site is served
1919
// For GitHub pages deployment, it is often '/<projectName>/'
20-
baseUrl: '/',
20+
baseUrl: '/docs',
2121

2222
// GitHub pages deployment config.
2323
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)