fix next.config.js

This commit is contained in:
2025-10-14 11:22:26 +00:00
parent 098eeef17d
commit 1c5c881876

View File

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