diff --git a/next.config.mjs b/next.config.mjs index 9f99cf3..3182a51 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: "export", trailingSlash: true, distDir: "dist", };