Skip to content

Commit

Permalink
fix: github pages path project
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandotag committed Sep 8, 2023
1 parent dd30236 commit 2bf2a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "coffee-delivery",
"homepage": "https://fernandotag.github.io/coffee-delivery/",
"version": "0.0.0",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/coffee-delivery/',
})

0 comments on commit 2bf2a43

Please sign in to comment.