diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-09 16:03:54 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-09 16:03:54 -0400 |
| commit | e1b260897d8c962d95401b89cc28959602052326 (patch) | |
| tree | 73e35d25cd915e8766067d8f42600b6a033be11f | |
| parent | 4b1b4268a35adf026056cc822de3c4d4efbfa4bb (diff) | |
| download | xesite-e1b260897d8c962d95401b89cc28959602052326.tar.xz xesite-e1b260897d8c962d95401b89cc28959602052326.zip | |
cmd/xesite: oops
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | cmd/xesite/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/xesite/main.go b/cmd/xesite/main.go index 3316f3f..c3c2dd7 100644 --- a/cmd/xesite/main.go +++ b/cmd/xesite/main.go @@ -98,7 +98,7 @@ func main() { mux.HandleFunc("/metrics", tsweb.VarzHandler) mux.HandleFunc("/blog.atom", func(w http.ResponseWriter, r *http.Request) { - http.Redirect(w, r, "/blog/index.rss", http.StatusMovedPermanently) + http.Redirect(w, r, "/blog.rss", http.StatusMovedPermanently) }) // NOTE(Xe): Had to rename this page because of a Lume/Go embed bug. |
