Pages
This commit is contained in:
+5
-10
@@ -3,16 +3,11 @@
|
||||
*/
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
|
||||
// Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html`
|
||||
// trailingSlash: true,
|
||||
|
||||
// Optional: Prevent automatic `/me` -> `/me/`, instead preserve `href`
|
||||
// skipTrailingSlashRedirect: true,
|
||||
|
||||
// Optional: Change the output directory `out` -> `dist`
|
||||
// distDir: 'dist',
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
assetPrefix: "https://pages.fostin.de/sinusfox/Operations-Research-Tool/",
|
||||
};
|
||||
|
||||
// Exportiere die Konfiguration mit der ES-Module-Syntax
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user