typed routes
Some checks failed
Lint / Lint (push) Failing after 11s

This commit is contained in:
2025-08-23 14:37:13 +02:00
parent d7f380007f
commit 1474635605

View File

@@ -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'],
},