We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52057ad commit a1ea6d8Copy full SHA for a1ea6d8
next.config.ts
@@ -2,7 +2,7 @@ import createMDX from '@next/mdx'
2
/** @type {import('next').NextConfig} */
3
const nextConfig = {
4
output: 'export' as const,
5
- basePath: process.env.NODE_ENV === 'production' ? '/next-project-site' : '',
+ // basePath: process.env.NODE_ENV === 'production' ? '/next-project-site' : '',
6
images: {
7
unoptimized: true,
8
},
0 commit comments