mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 12:01:33 +02:00

- Move configuration and utility files to more organized locations - Update import paths across the project to reflect new file structure - Simplify content and internationalization utilities - Remove redundant configuration files and consolidate logic - Add prefetch configuration to Astro config for improved performance
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
import { generateRSS } from '@/utils/rss'
|
|
|
|
export async function GET() {
|
|
return generateRSS()
|
|
}
|