diff --git a/next.config.js b/next.config.js index 1c89844..8c9a175 100644 --- a/next.config.js +++ b/next.config.js @@ -1,9 +1,12 @@ + /** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', + trailingSlash: true, images: { unoptimized: true, }, } module.exports = nextConfig +