fix: RSS Styling and Trailing Slash Problems #16

Merged
aniva merged 3 commits from post/rss into main 2024-10-11 15:00:32 -07:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit 57ef57319a - Show all commits

3
src/params/extra.ts Normal file
View File

@ -0,0 +1,3 @@
export function match(param: string) {
return param !== 'rss.xml';
}