add redirect
This commit is contained in:
parent
5fab77cda8
commit
198e0999ce
1 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
{
|
||||
"framework": "nextjs"
|
||||
"framework": "nextjs",
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/",
|
||||
"destination": "/demo",
|
||||
"permanent": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue