Skip to content

Commit 1f665fb

Browse files
committed
remove base & asset prefix
1 parent e2a1295 commit 1f665fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

next.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const nextConfig = {
1212
},
1313
],
1414
},
15-
basePath: process.env.NODE_ENV === 'production' ? '/temple-five-dawns' : '',
16-
assetPrefix: process.env.NODE_ENV === 'production' ? '/temple-five-dawns/' : '',
1715
experimental: {
1816
optimizePackageImports: ['date-fns'],
1917
},

0 commit comments

Comments
 (0)