update at 2026-02-11 19:25:25
This commit is contained in:
@@ -14,7 +14,7 @@ export function useFontLoader() {
|
|||||||
const fontStore = useFontStore()
|
const fontStore = useFontStore()
|
||||||
|
|
||||||
async function fetchFontListWithFallback(): Promise<FontListItem[]> {
|
async function fetchFontListWithFallback(): Promise<FontListItem[]> {
|
||||||
const candidates = ['/fonts.json', '/frontend/dist/fonts.json']
|
const candidates = ['/frontend/public/fonts.json', '/fonts.json']
|
||||||
const errors: string[] = []
|
const errors: string[] = []
|
||||||
|
|
||||||
for (const url of candidates) {
|
for (const url of candidates) {
|
||||||
|
|||||||
Reference in New Issue
Block a user