1 Commits

Author SHA1 Message Date
1c5c881876 fix next.config.js 2025-10-14 11:22:26 +00:00

View File

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