We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0830dce commit fd3d900Copy full SHA for fd3d900
3 files changed
src/web/package.json
@@ -6,7 +6,7 @@
6
"type": "git",
7
"url": "https://github.com/kccarlos/gitcontext.git"
8
},
9
- "homepage": "https://gitcontext.xyz/",
+ "homepage": "https://kccarlos.github.io/gitcontext/",
10
"bugs": {
11
"url": "https://github.com/kccarlos/gitcontext/issues"
12
src/web/public/CNAME
src/web/vite.config.ts
@@ -9,7 +9,7 @@ const isElectron = process.env.ELECTRON === '1'
// https://vite.dev/config/
export default defineConfig({
- base: isElectron ? './' : '/',
+ base: isElectron ? './' : '/gitcontext/',
13
plugins: [
14
react(),
15
wasm(),
0 commit comments