Added prerendering for CDN assets

This commit is contained in:
2025-01-18 01:08:00 +00:00
parent 852eb1ace5
commit c0d8044bbe

View File

@@ -16,6 +16,7 @@ const config = {
polyfill: true polyfill: true
}), }),
prerender: { prerender: {
entries: ['*'],
handleMissingId: 'warn' handleMissingId: 'warn'
}, },
csp: { csp: {