diff --git a/next.config.js b/next.config.js index 40d039f..3c3d180 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { trailingSlash: true, - // output: "export", + output: "export", }; module.exports = nextConfig;