output: "standalone",
This commit is contained in:
parent
4c52320187
commit
1635ab3707
|
|
@ -1,6 +1,9 @@
|
||||||
import type { NextConfig } from "next";
|
import type { NextConfig } from "next";
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
|
// FÜGE DIESE ZEILE HINZU:
|
||||||
|
output: "standalone",
|
||||||
|
|
||||||
// Image optimization
|
// Image optimization
|
||||||
images: {
|
images: {
|
||||||
formats: ['image/webp'],
|
formats: ['image/webp'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue