KÜ Einstellungsmodal alle Schalter in Littwin-Blau und modulName in Kabelbezeichnung unbenennt

This commit is contained in:
ISA
2024-10-21 14:47:03 +02:00
parent 2fada060b0
commit 6624b879cb
3 changed files with 7 additions and 6 deletions

View File

@@ -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,
},
};