about summary refs log tree commit diff
path: root/app.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-14 17:30:15 -0500
committerGitHub <noreply@github.com>2023-03-14 17:30:15 -0500
commit8d2e649b4dae4523d9c0ac36d5dfd31409447be4 (patch)
tree151f1dcd76c52a8bb3f45061a023fe6a8b2637b2 /app.json
parent8629e167cd668cd1d41bf6a37acf9d94502e5c2b (diff)
downloadvoidsky-8d2e649b4dae4523d9c0ac36d5dfd31409447be4.tar.zst
Create build step for the web server (#289)
* Create build step for the web server

* Update bskyweb routes and 404 behavior
Diffstat (limited to 'app.json')
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index 13e35d9a7..ebf4224bd 100644
--- a/app.json
+++ b/app.json
@@ -7,7 +7,7 @@
     "icon": "./assets/icon.png",
     "userInterfaceStyle": "light",
     "splash": {
-      "image": "./assets/splash.png",
+      "image": "./assets/cloud-splash.png",
       "resizeMode": "contain",
       "backgroundColor": "#ffffff"
     },