diff --git a/src/web/package.json b/src/web/package.json index 8f8fcea..5a3d80b 100644 --- a/src/web/package.json +++ b/src/web/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/kccarlos/gitcontext.git" }, - "homepage": "https://kccarlos.github.io/gitcontext/", + "homepage": "https://gitcontext.xyz/", "bugs": { "url": "https://github.com/kccarlos/gitcontext/issues" }, diff --git a/src/web/public/CNAME b/src/web/public/CNAME new file mode 100644 index 0000000..46454d9 --- /dev/null +++ b/src/web/public/CNAME @@ -0,0 +1 @@ +gitcontext.xyz diff --git a/src/web/vite.config.ts b/src/web/vite.config.ts index 55b3198..fa3c2f9 100644 --- a/src/web/vite.config.ts +++ b/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 ? './' : '/', plugins: [ react(), wasm(),