Skip to content

Commit 59713e1

Browse files
committed
Fix root URL redirect loop by adding explicit / -> /home redirect
1 parent 2e7df85 commit 59713e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3041,6 +3041,10 @@
30413041
}
30423042
},
30433043
"redirects": [
3044+
{
3045+
"source": "/",
3046+
"destination": "/home"
3047+
},
30443048
{
30453049
"source": "/404",
30463050
"destination": "/404.html"

0 commit comments

Comments
 (0)