Skip to content

Commit

Permalink
fix: vercel preloading
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio authored Oct 24, 2021
1 parent d2da8ec commit 1a7692f
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@
},
{
"key": "Link",
"value": "<https://fonts.gstatic.com/s/manrope/v4/xn7gYHE41ni1AdIRggexSg.woff2>; rel=preload; as=font; type=font/woff2; crossorigin=anonymous"
},
{
"key": "Link",
"value": "<https://fonts.gstatic.com/s/materialiconsround/v62/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2>; rel=preload; as=font; type=font/woff2; crossorigin=anonymous"
"value": "<https://fonts.gstatic.com/s/manrope/v4/xn7gYHE41ni1AdIRggexSg.woff2>; rel=preload; as=font; type=font/woff2; crossorigin=anonymous, <https://fonts.gstatic.com/s/materialiconsround/v62/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2>; rel=preload; as=font; type=font/woff2; crossorigin=anonymous"
}
]
},
Expand All @@ -60,19 +56,7 @@
"headers": [
{
"key": "Link",
"value": "</js/codicon.ttf>; rel=preload; as=font; type=font/ttf; importance=low; crossorigin"
},
{
"key": "Link",
"value": "</js/esbuild.wasm>; rel=prefetch"
},
{
"key": "Link",
"value": "</js/esbuild.worker.js>; rel=prefetch"
},
{
"key": "Link",
"value": "</js/typescript.worker.js>; rel=prefetch"
"value": "<https://fonts.gstatic.com/s/manrope/v4/xn7gYHE41ni1AdIRggexSg.woff2>; rel=preload; as=font; type=font/woff2; crossorigin=anonymous, <https://fonts.gstatic.com/s/materialiconsround/v62/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2>; rel=preload; as=font; type=font/woff2; crossorigin=anonymous, </js/codicon.ttf>; rel=preload; as=font; type=font/ttf; importance=low; crossorigin, </js/esbuild.wasm>; rel=prefetch, </js/esbuild.worker.js>; rel=prefetch, </js/typescript.worker.js>; rel=prefetch"
}
]
},
Expand Down

1 comment on commit 1a7692f

@vercel
Copy link

@vercel vercel bot commented on 1a7692f Oct 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.