This commit is contained in:
Rizky 2024-08-08 16:22:43 +07:00
parent 6bc5db089a
commit b7ae338e59
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ export const prodIndex = (
Object.keys(g.deploy.content?.code.core || {})
.filter((e) => e.endsWith(".woff") || e.endsWith(".woff2"))
.forEach((e) => {
const ext = e.split(".").pop();
preload.push(
` <link rel="preload" href="/${e}" as="font" crossorigin="anonymous">`
);