Skip to content

Commit

Permalink
fix: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Oct 7, 2024
1 parent 6b43e1b commit e238f2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/static_website/content/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions modules/static_website/content/favicon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"short_name": "xpto",
"icons": [
{
"src": "/favicon/web-app-manifest-192x192.png",
"src": "favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/favicon/web-app-manifest-512x512.png",
"src": "favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
Expand All @@ -18,4 +18,4 @@
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
}
1 change: 1 addition & 0 deletions modules/static_website/varriables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ variable "mime_types" {
gif = "image/gif"
ico = "image/vnd.microsoft.icon"
txt = "text/plain"
svg = "image/svg+xml"
}
}

0 comments on commit e238f2a

Please sign in to comment.