diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 773dd83b20..adf432aed8 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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 // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/docs/', trailingSlash: false, onBrokenLinks: 'warn', @@ -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: diff --git a/src/pages/docs/index.module.scss b/src/pages/index.module.scss similarity index 100% rename from src/pages/docs/index.module.scss rename to src/pages/index.module.scss diff --git a/src/pages/docs/index.tsx b/src/pages/index.tsx similarity index 100% rename from src/pages/docs/index.tsx rename to src/pages/index.tsx