KÜ Einstellungsmodal alle Schalter in Littwin-Blau und modulName in Kabelbezeichnung unbenennt
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
output: "export", // Stellt den statischen Export sicher
|
||||
output: "export",
|
||||
trailingSlash: false,
|
||||
images: {
|
||||
unoptimized: true, // Deaktiviert Bildoptimierung für den Export
|
||||
unoptimized: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user