output: "standalone",
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user