Update next.config.js

This commit is contained in:
MacRimi 2025-02-13 18:58:50 +01:00 committed by GitHub
parent b6c7edf3b4
commit 6a1b80914c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ const nextConfig = {
},
assetPrefix: '/ProxMenux/',
basePath: '/ProxMenux',
}
trailingSlash: true,
};
module.exports = nextConfig
module.exports = nextConfig;