Added prefetch

This commit is contained in:
Patrick Alvin Alcala 2025-07-01 10:25:06 +08:00
parent 1d7a92c16e
commit c9d4ddb861
3 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ import robotsTxt from 'astro-robots-txt'
export default defineConfig({
site: 'https://tools.patalcala.com',
integrations: [solidJs(), compressor({ gzip: false, brotli: true }), robotsTxt()],
prefetch: true,
build: {
assets: '_aiotools',
},