Skip to content

Commit

Permalink
Update next.config.js basePath:camelina-hub-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ataulhaleem authored Jul 4, 2024
1 parent 1796190 commit 5ef4964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const withNextra = require('nextra')({

module.exports = withNextra({
output: 'export',
basePath: '/documentation',
basePath: '/camelina-hub-documentation',
// trailingSlash: true,
// assetPrefix: '/',
images: {
unoptimized: true
},
});
});

0 comments on commit 5ef4964

Please sign in to comment.