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 b5b87ca commit 2ff687aCopy full SHA for 2ff687a
next.config.mjs
@@ -24,9 +24,6 @@ const nextConfig = {
24
output: 'export',
25
// Helps with static site routing
26
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,
30
31
// Use rewrites for backward compatibility
32
async rewrites() {
0 commit comments