Use @writefreely handle for nodeinfo

Instead of @write_as
pull/1050/head
Matt Baer 2 months ago
parent b8d652eb1a
commit 0233a62f91
  1. 2
      nodeinfo.go

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

Loading…
Cancel
Save