output: "standalone",

This commit is contained in:
Andreas Knuth 2026-02-10 09:24:20 -06:00
parent 4c52320187
commit 1635ab3707
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
// FÜGE DIESE ZEILE HINZU:
output: "standalone",
// Image optimization
images: {
formats: ['image/webp'],