diff --git a/package.json b/package.json index 79f8b86..4b75019 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chitchatter", "version": "0.0.0", - "homepage": "https://chitchatter.im/", + "homepage": "https://ataraxiasjel.github.io/chitchatter/", "author": "Jeremy Kahn ", "license": "GPL-2.0-or-later", "type": "module", diff --git a/vite.config.ts b/vite.config.ts index 3887084..88d2e9d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -35,7 +35,7 @@ const config = () => { // NOTE: Uncomment this if you are hosting Chitchatter on GitHub Pages // without a custom domain. If you renamed the repo to something other than // "chitchatter", then use that instead of "chitchatter" here. - // base: '/chitchatter/', + base: '/chitchatter/', build: { // NOTE: This isn't really working. At the very least, it's still useful // for exposing source code to users.