mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
small nit BASE_URL
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,10 @@ const config = {
|
||||
assets: 'build',
|
||||
fallback: '200.html'
|
||||
}),
|
||||
prerender: { entries: [] }
|
||||
prerender: { entries: [] },
|
||||
paths: {
|
||||
base: process.env.BASE_URL ?? ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user