Skip to content

Commit

Permalink
add base url for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessizeland committed May 20, 2024
1 parent 4f4af55 commit aa67621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ import svgr from 'vite-plugin-svgr';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), tsconfigPaths(), svgr()],
});
base: '/csv-to-ris',
});

0 comments on commit aa67621

Please sign in to comment.