Update next.config.mjs #67
+7
-6
@@ -3,15 +3,16 @@
|
|||||||
*/
|
*/
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: 'export',
|
output: 'export',
|
||||||
|
|
||||||
// Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html`
|
// Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html`
|
||||||
// trailingSlash: true,
|
// trailingSlash: true,
|
||||||
|
|
||||||
// Optional: Prevent automatic `/me` -> `/me/`, instead preserve `href`
|
// Optional: Prevent automatic `/me` -> `/me/`, instead preserve `href`
|
||||||
// skipTrailingSlashRedirect: true,
|
// skipTrailingSlashRedirect: true,
|
||||||
|
|
||||||
// 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user