refactor(favicon); change favicon related setup

This commit is contained in:
Sped0n
2023-11-04 16:27:05 +08:00
parent bf3ddfc3f8
commit 8d9dc0c121
14 changed files with 23 additions and 77 deletions

View File

@@ -9,9 +9,9 @@ bundled = true
# generate these with https://realfavicongenerator.net
favicon = true
# modern SVG favicon to use in place of older style .png and .ico files
svgFavicon = ""
# Safari mask icon color
iconColor = "#000000"
svgFavicon = "/dot.svg"
# fallback png favicon for unsupported browsers
svgFaviconFallback = "/dot.png"
# page config
[page]