Skip to content

Commit

Permalink
Changing basepath for new Domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ManavSarkar committed Mar 9, 2024
1 parent 472ec98 commit a2c000d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import rehypePrism from '@mapbox/rehype-prism'
const nextConfig = {
output: "export",
distDir: "output",
basePath: '/website',
basePath: '',
pageExtensions: ['js', 'jsx', 'mdx'],
reactStrictMode: true,
experimental: {
Expand Down

0 comments on commit a2c000d

Please sign in to comment.