From 98fbb2f7893362056d5063d513d021efb8aa9229 Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Wed, 12 Aug 2026 19:07:21 +0200 Subject: [PATCH] prettier --- scripts/post-web-build.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/post-web-build.js b/scripts/post-web-build.js index 5e287a271b..11dfb6f998 100644 --- a/scripts/post-web-build.js +++ b/scripts/post-web-build.js @@ -85,8 +85,7 @@ if (!interRegular || !interItalic) { ) } - -const interFontPath = "/assets/assets/fonts/inter/"; +const interFontPath = '/assets/assets/fonts/inter/' /* * The static index.html references the fonts by their unhashed names, but * Metro emits them content-hashed. Rewrite dist/index.html in place so the