Updated from standalone to export next build.

This commit is contained in:
2024-05-13 09:10:10 +12:00
parent 872fe4cb1e
commit 4f33509757
2 changed files with 19 additions and 45 deletions

View File

@ -44,5 +44,6 @@ module.exports = withBundleAnalyzer({
return config
},
output: "standalone"
// output: "standalone"
output: "export"
})