changed redirects once again

removed functions
This commit is contained in:
Jack 2020-05-14 20:22:25 +01:00
parent a8774e4de6
commit da5e16525c

View file

@ -9,19 +9,19 @@
"**/.*",
"**/node_modules/**"
],
"redirects": [],
"redirects": [
{
"source": "/soon",
"destination": "/"
}
],
"rewrites": [
{
{
"source": "**",
"destination": "/soon.html"
"destination": "/index.html"
}
],
"cleanUrls": true,
"trailingSlash": false
},
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint"
]
}
}