Skip to content

Commit

Permalink
Wip GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda-fintlabs committed Apr 17, 2024
1 parent e9a3605 commit 753405f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ installGlobals();


export default defineConfig({
base: `${BASE_PATH === "/" ? "" : BASE_PATH}/`,
//base: `${BASE_PATH === "/" ? "" : BASE_PATH}/`,
base: "./",
plugins: [remix({
basename: `${BASE_PATH.replace(/\/$/, '')}`,
//basename: `${BASE_PATH.replace(/\/$/, '')}`,
basename: "/"

}), tsconfigPaths()],

Expand Down

0 comments on commit 753405f

Please sign in to comment.