perf: switch inlineStylesheets to auto to avoid inlining Leaflet CSS
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ export default defineConfig({
|
||||
site: 'https://www.eivissaenvironmentalwatch.es',
|
||||
integrations: [preact(), sitemap()],
|
||||
build: {
|
||||
inlineStylesheets: 'always', // menos peticiones = menos energía por visita
|
||||
inlineStylesheets: 'auto', // inline CSS pequeños, externos los grandes (ej. Leaflet)
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user