Skip to content

Commit 8be6b2b

Browse files
committed
optimization
1 parent 9c2b5f9 commit 8be6b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handler/index_page.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function favicon_html(app::DashApp, resources::ApplicationResources)
103103
favicon_url = if !isnothing(resources.favicon)
104104
asset_path(app, resources.favicon.path)
105105
else
106-
"$(get_setting(app, :requests_pathname_prefix))_favicon.ico?v=$(build_info().dash_version)"
106+
"$(get_setting(app, :requests_pathname_prefix))_favicon.ico?v=$(_metadata.dash["version"])"
107107
end
108108
return format_tag(
109109
"link",

0 commit comments

Comments
 (0)