mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
s/view/redirect
thanks @chrisgarrity :)
This commit is contained in:
parent
49a52b634c
commit
670633a459
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@
|
||||||
"name": "download-redirect",
|
"name": "download-redirect",
|
||||||
"pattern": "^/scratch2download/?$",
|
"pattern": "^/scratch2download/?$",
|
||||||
"routeAlias": "/scratch2download",
|
"routeAlias": "/scratch2download",
|
||||||
"view": "/download"
|
"redirect": "/download"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "microworld-art",
|
"name": "microworld-art",
|
||||||
|
|
Loading…
Reference in a new issue