There was an error while loading. Please reload this page.
1 parent 5c1314a commit 53b5a8eCopy full SHA for 53b5a8e
2 files changed
scripts/pre-install.sh
@@ -9,7 +9,7 @@ function main() {
9
if [ "$VERCEL" = 1 ]; then
10
echo "On Vercel"
11
yum groupinstall "Development Tools"
12
- yum install libX11-devel.x86_64 libxkbfile-devel.x86_64 libsecret-devel
+ yum install libX11-devel.x86_64 libxkbfile-devel.x86_64 libsecret-devel rsync
13
fi
14
}
15
vercel.json
@@ -0,0 +1,19 @@
1
+{
2
+ "routes": [{
3
+ "src": "/static/(.*)",
4
+ "dest": "/images/$1"
5
+ },
6
+ {
7
+ "src": "/favicon.ico",
8
+ "dest": "/favicon.ico"
+ "src": "/manifest.json",
+ "dest": "/manifest.json"
+ "src": ".*",
16
+ "dest": "/index.html"
17
+ }
18
+ ]
19
+}
0 commit comments