Skip to content

Commit

Permalink
chore: vercelの設定ファイルで/postのリダイレクト設定を追加 closed #51
Browse files Browse the repository at this point in the history
  • Loading branch information
dsk52 committed Dec 1, 2024
1 parent b657356 commit 2591b34
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 @@
{
"installCommand": "pnpm install"
"installCommand": "pnpm install",
"redirects": [
{
"source": "/post",
"destination": "/",
"statusCode": 301
}
]
}

0 comments on commit 2591b34

Please sign in to comment.