Update next.config.mjs #67

Merged
SinusFox merged 1 commits from SinusFox-main-patch-32295 into main 2024-10-14 20:25:54 +00:00
+3 -2
View File
@@ -12,6 +12,7 @@ const nextConfig = {
// Optional: Change the output directory `out` -> `dist`
// distDir: 'dist',
}
};
module.exports = nextConfig
// Exportiere die Konfiguration mit der ES-Module-Syntax
export default nextConfig;