Skip to content

Commit 2ff687a

Browse files
committed
add
1 parent b5b87ca commit 2ff687a

File tree

2 files changed

+157
-202
lines changed

2 files changed

+157
-202
lines changed

next.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ const nextConfig = {
2424
output: 'export',
2525
// Helps with static site routing
2626
trailingSlash: true,
27-
// Remove these if not needed for your deployment
28-
// assetPrefix: process.env.NODE_ENV === 'production' ? '/golangmastery.githhub.io' : undefined,
29-
// basePath: process.env.NODE_ENV === 'production' ? '/golangmastery.githhub.io' : undefined,
3027

3128
// Use rewrites for backward compatibility
3229
async rewrites() {

0 commit comments

Comments
 (0)