Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
testing redirects (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbionaHoti authored Jun 14, 2023
1 parent 1a94449 commit e65c054
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,12 @@
},
{
"source": "/docs/dev/fundamentals/hyperscaling.html",
"destination": "docs/reference/concepts/hyperscaling.html",
"destination": "/docs/reference/concepts/hyperscaling.html",
"type": "302"
},
{
"source": "/docs/dev/fundamentals/docs/reference/concepts/hyperscaling.html",
"destination": "/docs/reference/concepts/hyperscaling.html",
"type": "302"
},
{
Expand Down

0 comments on commit e65c054

Please sign in to comment.