From b7ae338e59b59afcd4fe506684d7fe79dbe72715 Mon Sep 17 00:00:00 2001 From: Rizky Date: Thu, 8 Aug 2024 16:22:43 +0700 Subject: [PATCH] fix --- pkgs/utils/prod-index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/utils/prod-index.ts b/pkgs/utils/prod-index.ts index ef6fc16..0d37424 100644 --- a/pkgs/utils/prod-index.ts +++ b/pkgs/utils/prod-index.ts @@ -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( ` ` );