diff --git a/next.config.ts b/next.config.ts index ce4d7bc..3fbc701 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from 'next'; const nextConfig: NextConfig = { /* config options here */ + output: 'standalone', typedRoutes: true, images: { formats: ['image/avif'],