diff --git a/next.config.js b/next.config.js index 8b61df4..da7c4ce 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,5 @@ /** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, + output: 'standalone' }