mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-01-31 19:08:26 +08:00
changed redirects once again
removed functions
This commit is contained in:
parent
a8774e4de6
commit
da5e16525c
1 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue