We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80734f commit 590203dCopy full SHA for 590203d
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://kccarlos.github.io/gitcontext/",
+ "homepage": "https://gitcontext.xyz/",
10
"bugs": {
11
"url": "https://github.com/kccarlos/gitcontext/issues"
12
src/web/public/CNAME
@@ -0,0 +1 @@
1
+gitcontext.xyz
src/web/vite.config.ts
@@ -9,7 +9,7 @@ const isElectron = process.env.ELECTRON === '1'
// https://vite.dev/config/
export default defineConfig({
- base: isElectron ? './' : '/gitcontext/',
+ base: isElectron ? './' : '/',
13
plugins: [
14
react(),
15
wasm(),
0 commit comments