mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #8363 from colbygk/test_redirect_updates
no sub-page named about on radish
This commit is contained in:
commit
99d24dff79
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"name": "about",
|
"name": "about",
|
||||||
"pattern": "^/about/?$",
|
"pattern": "^/about/?$",
|
||||||
"routeAlias": "/about/?$",
|
"routeAlias": "/about/?$",
|
||||||
"redirect": "https://scratch.pizza/about"
|
"redirect": "https://scratch.pizza/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "annual-report",
|
"name": "annual-report",
|
||||||
|
|
Loading…
Reference in a new issue