We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a1295 commit 1f665fbCopy full SHA for 1f665fb
next.config.ts
@@ -12,8 +12,6 @@ const nextConfig = {
12
},
13
],
14
15
- basePath: process.env.NODE_ENV === 'production' ? '/temple-five-dawns' : '',
16
- assetPrefix: process.env.NODE_ENV === 'production' ? '/temple-five-dawns/' : '',
17
experimental: {
18
optimizePackageImports: ['date-fns'],
19
0 commit comments