mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 20:01:33 +02:00
refactor: theme config
This commit is contained in:
parent
8f8cda2717
commit
696fcfac07
15 changed files with 224 additions and 293 deletions
5
src/pages/atom.xml.ts
Normal file
5
src/pages/atom.xml.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { generateRSS } from '@/utils/rss'
|
||||
|
||||
export async function GET() {
|
||||
return generateRSS()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue