Skip to content

Commit e6cba0e

Browse files
committed
✨ fix: update homepage URL and base path to match project name casing
1 parent efed8b1 commit e6cba0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6-
"homepage": "https://isfopo.github.io/soniscribe/",
6+
"homepage": "https://isfopo.github.io/SoniScribe/",
77
"scripts": {
88
"dev": "vite",
99
"tunnel": "devtunnel host -p 5173",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import react from "@vitejs/plugin-react-swc";
33

44
// https://vite.dev/config/
55
export default defineConfig({
6-
base: "/soniscribe/",
6+
base: "/SoniScribe",
77
plugins: [react()],
88
});

0 commit comments

Comments
 (0)