Skip to content

Commit

Permalink
Idea 2: try baseUrl again
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Apr 2, 2024
1 parent 5a62be6 commit c0938df
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -8,10 +8,10 @@ const config: Config = {
favicon: 'img/favicon.png',

// Set the production url of your site here
url: 'https://prisma.io',
url: 'https://docs-6bs.pages.dev',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/docs/',

trailingSlash: false,
onBrokenLinks: 'warn',
Expand Down Expand Up @@ -79,7 +79,7 @@ const config: Config = {
filename: 'sitemap.xml',
},
docs: {
// routeBasePath: '/',
routeBasePath: '/',
sidebarPath: './sidebars.ts',
// Remove this to remove the "edit this page" links.
editUrl:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c0938df

Please sign in to comment.