Skip to content

Commit

Permalink
fix: reorder preloads and prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed Sep 17, 2021
1 parent a5bece7 commit d31d40f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/assets/_headers
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@
Link: </js/theme.min.js>; rel=modulepreload
Link: </js/critical.min.js>; rel=modulepreload
Link: <https://cdn.polyfill.io>; rel=preconnect; crossorigin
Link: </js/codicon.ttf>; rel=preload; as=font; type=font/ttf; crossorigin
Link: </js/monaco.min.css>; rel=preload; as=style
Link: </js/codicon.ttf>; rel=preload; as=font; type=font/ttf; crossorigin
Link: <https://cdn.skypack.dev>; rel=preconnect; crossorigin
Link: </js/load-webanimation-polyfill.min.js>; rel=modulepreload
Link: </js/monaco.min.js>; rel=modulepreload
Link: </js/index.min.js>; rel=modulepreload
Link: </js/esbuild.wasm>; rel=prefetch
Link: </js/esbuild.worker.js>; rel=prefetch
Link: </js/monaco.min.js>; rel=modulepreload
Link: </js/editor.worker.js>; rel=prefetch
Link: </js/typescript.worker.js>; rel=prefetch
Link: </js/esbuild.worker.js>; rel=prefetch
Link: </js/esbuild.wasm>; rel=prefetch

/**/*.css
Cache-Control: public, max-age=604800, stale-while-revalidate=31536000
Expand Down

0 comments on commit d31d40f

Please sign in to comment.