Skip to content

Commit

Permalink
Use aggressive CSS inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Mar 28, 2024
1 parent 49f5585 commit d138253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d138253

Please sign in to comment.