Skip to content

Commit fd3d900

Browse files
committed
ci: change domain
1 parent 0830dce commit fd3d900

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/kccarlos/gitcontext.git"
88
},
9-
"homepage": "https://gitcontext.xyz/",
9+
"homepage": "https://kccarlos.github.io/gitcontext/",
1010
"bugs": {
1111
"url": "https://github.com/kccarlos/gitcontext/issues"
1212
},

src/web/public/CNAME

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/web/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const isElectron = process.env.ELECTRON === '1'
99

1010
// https://vite.dev/config/
1111
export default defineConfig({
12-
base: isElectron ? './' : '/',
12+
base: isElectron ? './' : '/gitcontext/',
1313
plugins: [
1414
react(),
1515
wasm(),

0 commit comments

Comments
 (0)