This commit is contained in:
2025-09-16 13:19:22 +02:00
parent 78e1e51877
commit 4aff3a5c6b
9 changed files with 64 additions and 14 deletions

View File

@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
images: {
unoptimized: true,
},
}
module.exports = nextConfig