Add prerender (x2)

This commit is contained in:
Santiago Lo Coco 2024-04-23 17:46:21 +02:00
parent fdfe38a699
commit eee9f35580
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ const config = {
assets: 'build',
fallback: null
}) : adapter(),
prerender: {
entries: []
},
paths: {
base: process.env.NODE_ENV === 'production' ? "/BreakOften" : "",
},