feat: RSS feed-a lortzen du

This commit is contained in:
2026-08-15 11:55:31 +02:00
parent 83e2926574
commit df8966ba43
8 changed files with 738 additions and 37 deletions

View File

@@ -1,5 +1,10 @@
// @ts-check
import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [react()],
output: 'server'
});