Skip to content

Commit

Permalink
GH pages path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanBWWright committed Nov 27, 2024
1 parent 50782d8 commit 35e9df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://lachlanbwwright.github.io/PangeaRSEdit",
"homepage": "https://lachlanbwwright.github.io/PangeaRSEdit/",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
Expand Down
1 change: 1 addition & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export default defineConfig({
exclude: ["pyodide"],
},
plugins: [react()],
base: "/<REPO>/",
});

0 comments on commit 35e9df7

Please sign in to comment.