Skip to content

Commit 699a35f

Browse files
authored
[Update] Base Name
1 parent b390730 commit 699a35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { VitePWA } from 'vite-plugin-pwa';
99
export default defineConfig({
1010
// If you are deploying to https://<USERNAME>.github.io/, set base to '/'.
1111
// If you are deploying to https://<USERNAME>.github.io/<REPO>/, for example your repository is at https://github.com/<USERNAME>/<REPO>, then set base to '/<REPO>/'.
12-
base: '/gitprofile/',
12+
base: '/',
1313
plugins: [
1414
react(),
1515
VitePWA({

0 commit comments

Comments
 (0)