Skip to content

Commit

Permalink
Merge pull request #3 from moonzaki/dev
Browse files Browse the repository at this point in the history
fix: update link to gh-pages on package.json
  • Loading branch information
moonzaki authored Nov 10, 2024
2 parents 71ce000 + 7954d3b commit 0841eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"home": "https://moonzaki.github.io/notes-app",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react-swc';

// https://vite.dev/config/
export default defineConfig({
plugins: [react()]
plugins: [react()],
base: '/notes-app/'
});

0 comments on commit 0841eda

Please sign in to comment.