config update

This commit is contained in:
LL 2024-11-05 21:10:26 -08:00
parent a1fe18121f
commit c6b48e2165

View File

@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
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',