summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorBen Busby <contact@benbusby.com>2025-01-27 12:17:20 -0700
committerBen Busby <contact@benbusby.com>2025-01-27 12:17:20 -0700
commit6e64a93fd17767bfdb40dda94d354c7e57202ab1 (patch)
tree73a2990fe562085a781d6a88d568c129e169574e /services
parent3d52cddc669f580b74c66402d1e5cdcbbcfacb9d (diff)
downloadfarside-6e64a93fd17767bfdb40dda94d354c7e57202ab1.tar.gz
Update breezewiki routing behavior, update readme
BreezeWiki requires the subdomain of a fandom link to be preserved when routing, otherwise the redirect doesn't work correctly. Cleaned up readme examples
Diffstat (limited to 'services')
-rw-r--r--services/mappings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/mappings.go b/services/mappings.go
index 53731a6..172e1cd 100644
--- a/services/mappings.go
+++ b/services/mappings.go
@@ -69,7 +69,7 @@ var regexMap = []RegexMapping{
},
{
// Fandom
- Pattern: regexp.MustCompile(`fandom\.com|breezewiki`),
+ Pattern: regexp.MustCompile(`.*fandom\.com|breezewiki`),
Targets: []string{"breezewiki"},
},
{