We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app_assets()
<head>
app_meta()
<meta>
app_favicon()
favicon.ico
app_logo()
plus,
bundle_app_assets()
add_external_resources()
add_resource_path()
The text was updated successfully, but these errors were encountered:
feat: add shiny app assets functions
0da4d05
for issue #22
jimbrig
Successfully merging a pull request may close this issue.
app_assets()
: to bundle and add resources into HTML<head>
app_meta()
: to insert various<meta>
tags into HTML<head>
app_favicon()
: to apply thefavicon.ico
to the appapp_logo()
: for easier access to the logoplus,
bundle_app_assets()
add_external_resources()
add_resource_path()
The text was updated successfully, but these errors were encountered: