diff --git a/next.config.mjs b/next.config.mjs index 0a7c9af..57bbdb9 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,8 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + trailingSlash: true, + output: "export", + distDir: "out", }; export default nextConfig;