fix: enabling the nextjs static site generation for web and space (#2547)

This commit is contained in:
sriram veeraghanta 2023-10-27 13:14:03 +05:30 committed by GitHub
parent 4aad35e007
commit 597ea26d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 5 deletions

View file

@ -21,6 +21,7 @@ const nextConfig = {
"localhost",
...extraImageDomains,
],
unoptimized: true,
},
output: "standalone",
experimental: {