From 1afd363bac84814d9b04fbbd053ba371f65a8dc9 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 9 Dec 2025 14:07:29 +0100 Subject: [PATCH] Update next.config.ts --- next.config.ts | 1 + 1 file changed, 1 insertion(+) 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'],