This commit is contained in:
2025-08-20 01:56:36 +02:00
parent 15b35831a6
commit ac6840dc1f
28 changed files with 12 additions and 126 deletions

View File

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