File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /usr/src/web
1616ENV VITE_APP_API_URL=${CONTEXT_PATH} \
1717 VITE_APP_BASE_PATH=${ROUTE_ROOT_PATH}
1818
19- COPY --from=source /usr/src/web/package.json /usr/src/web/bun.lock /usr/src/web/
19+ COPY --from=source /usr/src/web/package.json /usr/src/web/bun.lock /usr/src/web/source.config.ts /usr/src/web/
2020
2121RUN bun install --frozen-lockfile
2222
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import tsconfigPaths from "vite-tsconfig-paths";
88import * as MdxConfig from "./source.config" ;
99
1010export default defineConfig ( {
11- base : env . NODE_ENV === "development" ? '' : `${ env . VITE_APP_API_URL } /` ,
11+ base : env . NODE_ENV === "development" ? '/ ' : `${ env . VITE_APP_API_URL } /` ,
1212 plugins : [
1313 mdx ( MdxConfig ) ,
1414 tailwindcss ( ) ,
You can’t perform that action at this time.
0 commit comments