Add the app favicon to the app by inserting HTML tags into the app's <head>
.
Usage
app_favicon(path = app_sys("favicon.ico"))
Details
The path to the favicon file should utilize the pre-configured resourcePath,
i.e. "www/*"
, to ensure the favicon is accessible to the app.
The www
prefixed path is instantiated in the app_assets()
function which
gets called in the <head>
of the main app_ui()
function.