Use @writefreely handle for nodeinfo

Instead of @write_as
This commit is contained in:
Matt Baer 2024-10-01 18:42:46 -04:00
parent b8d652eb1a
commit 0233a62f91
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func nodeInfoConfig(db *datastore, cfg *config.Config) *nodeinfo.Config {
Software: nodeinfo.SoftwareMeta{
HomePage: softwareURL,
GitHub: "https://github.com/writefreely/writefreely",
Follow: "https://writing.exchange/@write_as",
Follow: "https://writing.exchange/@writefreely",
},
MaxBlogs: cfg.App.MaxBlogs,
PublicReader: cfg.App.LocalTimeline,