Merge branch 'SinusFox-main-patch-32295' into 'main'

Update next.config.mjs

See merge request SinusFox/Operations-Research-Tool!49
This commit was merged in pull request #67.
This commit is contained in:
2024-10-14 20:25:53 +00:00
+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;