Fix more redirects in offline mode

This commit is contained in:
Cadence Ember 2024-01-09 17:35:26 +13:00
parent 0fed724604
commit b8a6c5198d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
(var target (query-maybe-value* "select redirect from page where wikiname = ? and basename = ?" wikiname basename))
[target
; don't url decode the target, or Category: pages will be interpreted as a protocol
(generate-redirect (regexp-replace* #rx"#" target "/"))]
(generate-redirect (format "/~a/wiki/~a" wikiname (regexp-replace* #rx"#" target "/")))]
;; breezewiki doesn't have the page archived, see if we can make a network request for it
[(not (config-true? 'feature_offline::only))