Update next.config.ts
Some checks failed
Lint / Lint (push) Has been cancelled

This commit is contained in:
2025-12-09 14:07:29 +01:00
parent 7ebe68325f
commit 1afd363bac

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from 'next';
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ /* config options here */
output: 'standalone',
typedRoutes: true, typedRoutes: true,
images: { images: {
formats: ['image/avif'], formats: ['image/avif'],