Skip to content

Commit 54ce0c8

Browse files
committed
Fixed GH-pages again
1 parent 8d17e84 commit 54ce0c8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "gitcalc",
33
"private": false,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"type": "module",
6+
"homepage": "https://sudo-arash.github.io/GitCalc",
67
"scripts": {
78
"dev": "vite dev",
89
"build": "vite build",

svelte.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ const config = {
88
preprocess: vitePreprocess(),
99

1010
kit: {
11-
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
12-
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
13-
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
11+
paths: {
12+
base: '/GitCalc/'
13+
},
1414
adapter: adapter({
1515
fallback: 'index.html'
1616
})

0 commit comments

Comments
 (0)