From b0c7ea4cba341f23046675231ba4cccdffe49512 Mon Sep 17 00:00:00 2001 From: douboer Date: Wed, 11 Feb 2026 19:25:25 +0800 Subject: [PATCH] update at 2026-02-11 19:25:25 --- frontend/src/composables/useFontLoader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/composables/useFontLoader.ts b/frontend/src/composables/useFontLoader.ts index 50c96f4..6c01f14 100644 --- a/frontend/src/composables/useFontLoader.ts +++ b/frontend/src/composables/useFontLoader.ts @@ -14,7 +14,7 @@ export function useFontLoader() { const fontStore = useFontStore() async function fetchFontListWithFallback(): Promise { - const candidates = ['/fonts.json', '/frontend/dist/fonts.json'] + const candidates = ['/frontend/public/fonts.json', '/fonts.json'] const errors: string[] = [] for (const url of candidates) {