diff --git a/deploy.toml b/deploy.toml index 7597268..95de08d 100644 --- a/deploy.toml +++ b/deploy.toml @@ -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" diff --git a/web/public/android-chrome-192x192.png b/web/public/android-chrome-192x192.png new file mode 100644 index 0000000..22d8f3b Binary files /dev/null and b/web/public/android-chrome-192x192.png differ diff --git a/web/public/android-chrome-512x512.png b/web/public/android-chrome-512x512.png new file mode 100644 index 0000000..cb2668c Binary files /dev/null and b/web/public/android-chrome-512x512.png differ diff --git a/web/public/apple-touch-icon.png b/web/public/apple-touch-icon.png new file mode 100644 index 0000000..aa63c11 Binary files /dev/null and b/web/public/apple-touch-icon.png differ diff --git a/web/public/favicon-16x16.png b/web/public/favicon-16x16.png new file mode 100644 index 0000000..8996c5b Binary files /dev/null and b/web/public/favicon-16x16.png differ diff --git a/web/public/favicon-32x32.png b/web/public/favicon-32x32.png new file mode 100644 index 0000000..b7a8b3f Binary files /dev/null and b/web/public/favicon-32x32.png differ diff --git a/web/public/favicon.ico b/web/public/favicon.ico new file mode 100644 index 0000000..d9877f4 Binary files /dev/null and b/web/public/favicon.ico differ diff --git a/web/public/favicon.png b/web/public/favicon.png deleted file mode 100644 index 4741429..0000000 Binary files a/web/public/favicon.png and /dev/null differ diff --git a/web/public/site.webmanifest b/web/public/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/web/public/site.webmanifest @@ -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"} \ No newline at end of file diff --git a/web/src/index.html b/web/src/index.html index 979133e..e74032d 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -4,7 +4,10 @@ - + + + +