i think this might work
This commit is contained in:
@@ -7,6 +7,10 @@ const nextConfig = {
|
||||
experimental: {
|
||||
serverComponentsExternalPackages: ['chokidar']
|
||||
},
|
||||
basePath: process.env.BASE_URL || '',
|
||||
env: {
|
||||
NEXT_PUBLIC_BASE_URL: process.env.BASE_URL || '',
|
||||
},
|
||||
// Handle API routes that shouldn't be statically generated
|
||||
async headers() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user