Skip to content

Commit e1c2b1b

Browse files
committed
fix: urls
1 parent b7ebdca commit e1c2b1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"email": "[email protected]"
1111
},
1212
"license": "MIT",
13-
"homepage": "https://gmickel.github.io/codequest",
13+
"homepage": "https://gmickel.github.io/CodeQuest",
1414
"scripts": {
1515
"dev": "vite",
1616
"build": "tsc -b && vite build",

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';
33
import { defineConfig } from 'vite';
44

55
export default defineConfig({
6-
base: '/codequest/',
6+
base: '/CodeQuest/',
77
plugins: [
88
react(),
99
],

0 commit comments

Comments
 (0)