Update next.config.mjs

This commit is contained in:
2024-10-14 20:25:46 +00:00
parent d4ac4c2b72
commit ce7467546f
+3 -2
View File
@@ -12,6 +12,7 @@ const nextConfig = {
// Optional: Change the output directory `out` -> `dist` // Optional: Change the output directory `out` -> `dist`
// distDir: 'dist', // distDir: 'dist',
} };
module.exports = nextConfig // Exportiere die Konfiguration mit der ES-Module-Syntax
export default nextConfig;