feat: add rss feed and remove rev feature

This commit is contained in:
Jet 2026-03-26 18:15:43 -07:00
parent 3937d8fd75
commit 5356e2dbb4
No known key found for this signature in database
8 changed files with 268 additions and 13 deletions

View file

@ -144,6 +144,10 @@ in
reverse_proxy 127.0.0.1:3003
}
handle /qa/rss.xml {
reverse_proxy 127.0.0.1:3003
}
handle {
root * ${package}
try_files {path} /index.html
@ -161,6 +165,10 @@ in
reverse_proxy 127.0.0.1:3003
}
handle /qa/rss.xml {
reverse_proxy 127.0.0.1:3003
}
handle {
root * ${package}
try_files {path} /index.html