small nit BASE_URL

This commit is contained in:
Ruben Fiszel
2024-07-22 20:05:19 +02:00
parent d250b7b309
commit 96dc3c2acf
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ COPY /typescript-client/docs/ /frontend/static/tsdocs/
RUN npm run generate-backend-client
ENV NODE_OPTIONS "--max-old-space-size=8192"
ARG BASE_URL ""
RUN npm run build
+4 -1
View File
@@ -20,7 +20,10 @@ const config = {
assets: 'build',
fallback: '200.html'
}),
prerender: { entries: [] }
prerender: { entries: [] },
paths: {
base: process.env.BASE_URL ?? ''
}
}
}