fix: enabling the nextjs static site generation for web and space (#2547)
This commit is contained in:
parent
4aad35e007
commit
597ea26d7b
5 changed files with 12 additions and 5 deletions
|
|
@ -8,6 +8,9 @@ const nextConfig = {
|
|||
experimental: {
|
||||
outputFileTracingRoot: path.join(__dirname, "../"),
|
||||
},
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue