diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 8a9bfcc..81fd613 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -15,15 +15,16 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://cofounder.openinterface.ai', + url: 'https://luisliz.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/cofounder', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'raidendotai', // Usually your GitHub org/user name. projectName: 'cofounder', // Usually your repo name. + trailingSlash: false, onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',