- commit
- 568a6ac
- parent
- 7f32c6d
- author
- Eric Bower
- date
- 2026-01-10 12:53:43 -0500 EST
chore(prose): add raw .lxt route
1 files changed,
+1,
-0
+1,
-0
1@@ -1059,6 +1059,7 @@ func createSubdomainRoutes(staticRoutes []shared.Route) []shared.Route {
2 routes,
3 shared.NewRoute("GET", "/raw/(.+)", postRawHandler),
4 shared.NewRoute("GET", "/(.+).md", postRawHandler),
5+ shared.NewRoute("GET", "/(.+).lxt", postRawHandler),
6 shared.NewRoute("GET", `/(.+\.(?:jpg|jpeg|png|gif|webp|svg|ico))/(.+)`, imgRequest),
7 shared.NewRoute("GET", `/(.+\.(?:jpg|jpeg|png|gif|webp|svg|ico))$`, imgRequest),
8 shared.NewRoute("GET", "/(.+).html", postHandler),