Skip to content

Commit 31e037d

Browse files
authored
fix: use external URL for Lunaria dashboard favicon (#929)
1 parent d3583ad commit 31e037d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lunaria.config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
"basesToHide": ["src/content/docs"],
1414
"customCss": ["./src/styles/lunaria.css"],
1515
"favicon": {
16-
"inline": "./static/img/favicon/adaptive.svg"
16+
"external": [
17+
{
18+
"link": "https://fsd.how/img/favicon/adaptive.svg",
19+
"type": "image/svg+xml"
20+
}
21+
]
1722
}
1823
},
1924
"defaultLocale": {

0 commit comments

Comments
 (0)