Update next.config.js

This commit is contained in:
2025-09-15 07:11:29 +00:00
parent c49a51783a
commit e3ede705c7

View File

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