add redirect

This commit is contained in:
jeremyphilemon 2026-02-23 07:46:59 -08:00
parent 5fab77cda8
commit 198e0999ce

View file

@ -1,3 +1,10 @@
{
"framework": "nextjs"
"framework": "nextjs",
"redirects": [
{
"source": "/",
"destination": "/demo",
"permanent": false
}
]
}