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

View File

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

View File

@ -35,7 +35,7 @@ const config = () => {
// NOTE: Uncomment this if you are hosting Chitchatter on GitHub Pages // NOTE: Uncomment this if you are hosting Chitchatter on GitHub Pages
// without a custom domain. If you renamed the repo to something other than // without a custom domain. If you renamed the repo to something other than
// "chitchatter", then use that instead of "chitchatter" here. // "chitchatter", then use that instead of "chitchatter" here.
// base: '/chitchatter/', base: '/chitchatter/',
build: { build: {
// NOTE: This isn't really working. At the very least, it's still useful // NOTE: This isn't really working. At the very least, it's still useful
// for exposing source code to users. // for exposing source code to users.