diff --git a/next.config.ts b/next.config.ts index b9ce313..687553f 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,3 +1,5 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + output: 'export', +}; export default nextConfig; \ No newline at end of file