diff --git a/next.config.js b/next.config.js index a6deb8d..3a75d45 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', /* config options here */ } -module.exports = nextConfig \ No newline at end of file +module.exports = nextConfig