Skip to content

Commit

Permalink
Fix configuration for GitHub Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
WHL99 committed Jun 1, 2024
1 parent 02f03c7 commit b038811
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<base href="/delivery-fee-calculator/" />
<link rel="icon" type="image/svg+xml" href="/calculator-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Delivery Fee Calculator</title>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "delivery-fee-calculator",
"private": true,
"homepage": "https://whl99.github.io/delivery-fee-calculator/",
"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 @@ -12,4 +12,5 @@ export default defineConfig({
environment: 'jsdom',
setupFiles: ['./src/setupTests.ts'],
},
base: '/delivery-fee-calculator/',
})

0 comments on commit b038811

Please sign in to comment.