active la compression gzip
This commit is contained in:
parent
b36d9dc858
commit
dcd89d9825
1 changed files with 11 additions and 5 deletions
|
|
@ -15,10 +15,16 @@ export default defineConfig({
|
||||||
domains: ["images.unsplash.com"],
|
domains: ["images.unsplash.com"],
|
||||||
},
|
},
|
||||||
prefetch: true,
|
prefetch: true,
|
||||||
integrations: [tailwind(), sitemap(), compressor({
|
integrations: [
|
||||||
gzip: false,
|
tailwind(),
|
||||||
|
sitemap(),
|
||||||
|
compressor({
|
||||||
|
gzip: true,
|
||||||
brotli: true,
|
brotli: true,
|
||||||
}), mdx(), react()],
|
}),
|
||||||
|
mdx(),
|
||||||
|
react(),
|
||||||
|
],
|
||||||
experimental: {
|
experimental: {
|
||||||
clientPrerender: true,
|
clientPrerender: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue