From 43370d462a169b9fc6ba9b038eec168a81073564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80?= Date: Thu, 11 Jun 2026 00:11:13 +0900 Subject: [PATCH] fix: use external URL for Lunaria dashboard favicon --- lunaria.config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lunaria.config.json b/lunaria.config.json index e55f95583..f4f7012c2 100644 --- a/lunaria.config.json +++ b/lunaria.config.json @@ -13,7 +13,12 @@ "basesToHide": ["src/content/docs"], "customCss": ["./src/styles/lunaria.css"], "favicon": { - "inline": "./static/img/favicon/adaptive.svg" + "external": [ + { + "link": "https://fsd.how/img/favicon/adaptive.svg", + "type": "image/svg+xml" + } + ] } }, "defaultLocale": {