diff --git a/next.config.js b/next.config.js index 792497d..df82633 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,5 @@ /** @type {import('next').NextConfig} */ module.exports = { - experimental: { - outputStandalone: true, - }, + output: 'standalone' } \ No newline at end of file