Skip to content

Commit

Permalink
Update github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 21, 2023
1 parent 67d1547 commit 766c497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: Config = {
url: 'https://fictionlab.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/docs/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand All @@ -37,7 +37,7 @@ const config: Config = {
docs: {
sidebarPath: './sidebars.ts',
editUrl:
'https://github.com/fictionlab/fictionlab.github.io',
'https://github.com/fictionlab/docs/edit/development/',
},
theme: {
customCss: './src/css/custom.css',
Expand All @@ -61,7 +61,7 @@ const config: Config = {
label: 'Tutorial',
},
{
href: 'https://github.com/fictionlab/fictionlab.github.io',
href: 'https://github.com/fictionlab/docs',
label: 'GitHub',
position: 'right',
},
Expand Down

0 comments on commit 766c497

Please sign in to comment.