This commit is contained in:
2025-06-03 15:13:30 -06:00
parent 35a6992f55
commit 5681e43341
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export default defineConfig({
redirects: {
'/feed': '/rss.xml',
},
output: 'server',
vite: {
plugins: [tailwindcss()]
},