Skip to content

Commit 95cf327

Browse files
committed
chore: prepare deployment to GitHub Pages
1 parent b39992b commit 95cf327

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6+
"homepage": "https://khemssharma.github.io/",
67
"scripts": {
78
"dev": "vite",
89
"build": "vite build",

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
33

4-
// https://vitejs.dev/config/
54
export default defineConfig({
65
plugins: [react()],
6+
base: "/khemssharma.github.io/",
77
})

0 commit comments

Comments
 (0)