Strict page build rules

This commit is contained in:
freearhey 2023-10-10 17:41:42 +03:00
parent b0b32cdaaa
commit 53b4de0132
3 changed files with 8 additions and 2 deletions

View file

@ -13,7 +13,8 @@ const config = {
adapter: adapter({
pages: 'docs',
assets: 'docs',
precompress: false
precompress: false,
strict: true
})
},
preprocess: vitePreprocess()