Build frontends with the expected base url

This commit is contained in:
2024-06-24 20:53:48 -04:00
parent 86eac30d5e
commit 1b760329ef
8 changed files with 107 additions and 53 deletions

View File

@@ -3,6 +3,7 @@
*/
const nextConfig = {
output: 'export',
basePath: '/reactNextJS',
// Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html`
// trailingSlash: true,