mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Allow extra parameters to match annual-report route
This commit is contained in:
parent
a55f43d1a1
commit
fd6018a92f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{
|
||||
"name": "annual-report",
|
||||
"pattern": "^/annual-report/?$",
|
||||
"routeAlias": "/annual-report/?$",
|
||||
"routeAlias": "/annual-report/?(?:\?.*)$",
|
||||
"view": "annual-report/annual-report",
|
||||
"title": "Annual Report",
|
||||
"viewportWidth": "device-width"
|
||||
|
|
Loading…
Reference in a new issue