We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39992b commit 95cf327Copy full SHA for 95cf327
package.json
@@ -3,6 +3,7 @@
3
"private": true,
4
"version": "0.0.0",
5
"type": "module",
6
+ "homepage": "https://khemssharma.github.io/",
7
"scripts": {
8
"dev": "vite",
9
"build": "vite build",
vite.config.js
@@ -1,7 +1,7 @@
1
import { defineConfig } from 'vite'
2
import react from '@vitejs/plugin-react'
-// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
+ base: "/khemssharma.github.io/",
})
0 commit comments