2 Commits

View File

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