Skip to content

Commit

Permalink
favicon and naming updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye committed Dec 5, 2024
1 parent 9479d2d commit f823c4c
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
[[production.servers]]
host = "swppp.top"
username = "devops"
privateKeyPath = "C:/Users/39P3QC2/.ssh/id_ed25519"
privateKeyPath = "C:/Users/bburnworth/.ssh/id_ed25519"
# privateKeyPath = "C:/Users/39P3QC2/.ssh/id_ed25519"
sides = ["api","web"]
packageManagerCommand = "yarn"
monitorCommand = "pm2"
Expand Down
Binary file added web/public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/public/favicon.ico
Binary file not shown.
Binary file removed web/public/favicon.png
Binary file not shown.
1 change: 1 addition & 0 deletions web/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
5 changes: 4 additions & 1 deletion web/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<script src="https://upload-widget.cloudinary.com/latest/global/all.js" type="text/javascript">
</script>
</head>
Expand Down

0 comments on commit f823c4c

Please sign in to comment.