mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Merge pull request #1744 from LLK/hotfix/conference-route
[Develop] Ignore querystring when routing conference page
This commit is contained in:
commit
7a00acf737
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ language: node_js
|
|||
node_js:
|
||||
- '8'
|
||||
sudo: required
|
||||
group: deprecated-2017Q4
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/virtualenv/python2.7/lib/python2.7/site-packages
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
{
|
||||
"name": "conference-index",
|
||||
"pattern": "^/conference/?$",
|
||||
"pattern": "^/conference/?(\\?.*)?$",
|
||||
"routeAlias": "/conference(?!/201[4-5])",
|
||||
"view": "conference/2018/index/index",
|
||||
"title": "Scratch Conference",
|
||||
|
|
Loading…
Reference in a new issue