Update next.config.mjs
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user