Use absolute path for icons

This commit is contained in:
Slatian 2023-12-29 02:51:12 +01:00
parent d79d949d65
commit 35c71aba64

View File

@ -8,13 +8,13 @@ base_url="http://localhost:3000"
stylesheet = "/style.css"
# URL to and mimetype of your favicon
favicon = "icon_64.png"
favicon = "/icon_64.png"
favicon_mimetype = "image/png"
# favicon_mimetype = "image/svg+xml"
# favicon_mimetype = "image/jpeg"
# Icon to display next to the title
display_icon = "icon_64.png"
display_icon = "/icon_64.png"
# URLs to look up v4 and v6 addresses explicitly
# If you have not configured them, comment them out, the button will stay hidden