Use aggressive CSS inlining

This commit is contained in:
Rico Sta. Cruz 2024-03-28 23:57:44 +11:00
parent 49f5585e62
commit d138253d1e
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ import partytown from '@astrojs/partytown'
export default defineConfig({
site: 'https://devhints.io',
build: {
format: 'file' /* generate /my-post.html instead of /my-post/index.html */
format: 'file' /* generate /my-post.html instead of /my-post/index.html */,
inlineStylesheets: 'always'
},
prefetch: {
prefetchAll: true