Skip to content

Commit

Permalink
Add base URL for GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean James authored and xurion committed Oct 26, 2024
1 parent 22800ce commit b848aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cv-vite",
"private": true,
"homepage": "https://xurion.github.io/cv",
"version": "0.0.0",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react-swc';

// https://vitejs.dev/config/
export default defineConfig({
base: "/cv/", // Hosted on GitHub pages
plugins: [react()],
});

0 comments on commit b848aba

Please sign in to comment.