diff --git a/next.config.ts b/next.config.ts index 5e961a2..8c255fe 100644 --- a/next.config.ts +++ b/next.config.ts @@ -4,7 +4,7 @@ import createNextIntlPlugin from 'next-intl/plugin' const withNextIntl = createNextIntlPlugin() const nextConfig: NextConfig = { - /* config options here */ + output: 'standalone', async rewrites() { return [ {