Merge branch 'main' into bildeopplastning-komponent
This commit is contained in:
commit
25069ecb19
5 changed files with 29 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
output: 'standalone',
|
||||
output: 'export',
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
|
|
Reference in a new issue