fix
This commit is contained in:
parent
6bc5db089a
commit
b7ae338e59
|
|
@ -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">`
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue