From 147463560586e2f2943b3e43f2d7eaa7e823f62d Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 23 Aug 2025 14:37:13 +0200 Subject: [PATCH] typed routes --- next.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 9948e82..ce4d7bc 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,8 @@ -import type { NextConfig } from "next"; +import type { NextConfig } from 'next'; const nextConfig: NextConfig = { /* config options here */ + typedRoutes: true, images: { formats: ['image/avif'], },