Enabled prefetching of pages
This commit is contained in:
parent
45e48dc631
commit
7704751367
3 changed files with 6 additions and 3 deletions
|
|
@ -5,6 +5,7 @@ import compressor from 'astro-compressor'
|
|||
import robotsTxt from '@itsmatteomanf/astro-robots-txt'
|
||||
|
||||
export default defineConfig({
|
||||
prefetch: true,
|
||||
integrations: [solidJs(), compressor({ gzip: false, brotli: true }), robotsTxt()],
|
||||
vite: {
|
||||
css: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue