From 0233a62f91468821516c37885c53d3b3c676194e Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 1 Oct 2024 18:42:46 -0400 Subject: [PATCH] Use @writefreely handle for nodeinfo Instead of @write_as --- nodeinfo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeinfo.go b/nodeinfo.go index 6ce3572..5a38d96 100644 --- a/nodeinfo.go +++ b/nodeinfo.go @@ -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,