There was an error while loading. Please reload this page.
1 parent 5063318 commit e81e0adCopy full SHA for e81e0ad
1 file changed
vercel.json
@@ -2,6 +2,10 @@
2
"redirects": [
3
{ "source": "/", "destination": "https://material-e621.avoonix.com/", "statusCode": 301 }
4
],
5
+ "routes": [
6
+ { "handle": "filesystem" },
7
+ { "src": "/(.*)", "dest": "/index.html" }
8
+ ],
9
"headers": [
10
{
11
"source": "/assets/(.*)",
0 commit comments