fix(deps): update nextjs monorepo to v14 (major) (#3404)

* fix(deps): update nextjs monorepo to v14

* chore: update build scripts to support next 14. Closes #3413

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot]
2023-11-23 22:07:21 -08:00
committed by GitHub
parent a809a56e0c
commit 89091fcefa
4 changed files with 72 additions and 72 deletions

View File

@@ -41,6 +41,7 @@ module.exports = withPWA(
unoptimized: true,
},
swcMinify: true,
output: 'export',
webpack(config) {
config.module.rules.push({
test: /\.svg$/i,