🔧 Konfigurerte gradle.build til å hente next.js bygget

Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no>
Co-authored-by: Christian Bulow Skovborg <christian.bulow.skovborg@nav.no>
This commit is contained in:
Markus Johansen 2023-07-13 12:32:33 +02:00
parent 89f20836cf
commit d233d7e28a
2 changed files with 9 additions and 1 deletions

View file

@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
output: 'export',
}
module.exports = nextConfig