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