This commit is contained in:
Chris Kruining 2025-05-18 18:12:42 +02:00
parent 873677ea04
commit d683b051b6
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
17 changed files with 244 additions and 273 deletions

View file

@ -37,7 +37,10 @@ export default defineConfig({
server: {
preset: 'bun',
prerender: {
routes: ['/sitemaps.xml'],
routes: [
'/sitemaps.xml',
'/watch/furiosa-a-mad-max-saga-1c829d55201c766641c4aec0346551c6'
],
},
},
});