change homepage

This commit is contained in:
Dmitriy Kholkin 2024-04-24 00:32:11 +03:00
parent 6c434f84ab
commit ea2841ae5c
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
{
"name": "chitchatter",
"version": "0.0.0",
"homepage": "https://chitchatter.im/",
"homepage": "https://ataraxiasjel.github.io/chitchatter/",
"author": "Jeremy Kahn <me@jeremyckahn.com>",
"license": "GPL-2.0-or-later",
"type": "module",

@ -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.