aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/xesite/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/xesite/main.go b/cmd/xesite/main.go
index c3c2dd7..ff4c92e 100644
--- a/cmd/xesite/main.go
+++ b/cmd/xesite/main.go
@@ -105,6 +105,9 @@ func main() {
mux.HandleFunc(`/blog/%F0%9F%A5%BA`, func(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "/blog/xn--ts9h/", http.StatusMovedPermanently)
})
+ mux.HandleFunc(`/blog/🥺`, func(w http.ResponseWriter, r *http.Request) {
+ http.Redirect(w, r, "/blog/xn--ts9h/", http.StatusMovedPermanently)
+ })
if *devel {
mux.HandleFunc("/.within/hook/github", func(w http.ResponseWriter, r *http.Request) {