We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efed8b1 commit e6cba0eCopy full SHA for e6cba0e
2 files changed
package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"version": "0.0.0",
5
"type": "module",
6
- "homepage": "https://isfopo.github.io/soniscribe/",
+ "homepage": "https://isfopo.github.io/SoniScribe/",
7
"scripts": {
8
"dev": "vite",
9
"tunnel": "devtunnel host -p 5173",
vite.config.ts
@@ -3,6 +3,6 @@ import react from "@vitejs/plugin-react-swc";
// https://vite.dev/config/
export default defineConfig({
- base: "/soniscribe/",
+ base: "/SoniScribe",
plugins: [react()],
});
0 commit comments