Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
- /adminで管理ツールにリダイレクトするように
  • Loading branch information
Liry24 committed Dec 13, 2024
1 parent 5691b2c commit 56a796c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"framework": "nuxtjs"
"framework": "nuxtjs",
"redirects": [
{
"source": "/admin",
"destination": "https://admin.liria.work",
"permanent": true
}
]
}

0 comments on commit 56a796c

Please sign in to comment.