Merge branch 'main' into bildeopplastning-komponent

This commit is contained in:
Sid 2023-07-13 12:55:13 +02:00 committed by GitHub
commit 25069ecb19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 10 deletions

View file

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