refactor: theme config

This commit is contained in:
radishzzz 2025-03-11 12:10:12 +00:00
parent 8f8cda2717
commit 696fcfac07
15 changed files with 224 additions and 293 deletions

5
src/pages/atom.xml.ts Normal file
View file

@ -0,0 +1,5 @@
import { generateRSS } from '@/utils/rss'
export async function GET() {
return generateRSS()
}