Merge pull request #874 from mewtaylor/bugfix/mobile-meta

Bugfix: Add `device-width` by default
This commit is contained in:
Matthew Taylor 2016-08-24 09:07:48 -04:00 committed by GitHub
commit 515bb59bc8
2 changed files with 7 additions and 13 deletions

View file

@ -4,8 +4,7 @@
"pattern": "^/?$",
"routeAlias": "/?$",
"view": "splash/splash",
"title": "Imagine, Program, Share",
"viewportWidth": "device-width"
"title": "Imagine, Program, Share"
},
{
"name": "about",
@ -48,32 +47,28 @@
"pattern": "^/conference/plan/?$",
"routeAlias": "/conference(?!/201[4-5])",
"view": "conference/plan/plan",
"title": "Plan Your Visit",
"viewportWidth": "device-width"
"title": "Plan Your Visit"
},
{
"name": "conference-expectations",
"pattern": "^/conference/expect/?$",
"routeAlias": "/conference(?!/201[4-5])",
"view": "conference/expect/expect",
"title": "What to Expect",
"viewportWidth": "device-width"
"title": "What to Expect"
},
{
"name": "conference-schedule",
"pattern": "^/conference/schedule/?$",
"routeAlias": "/conference(?!/201[4-5])",
"view": "conference/schedule/schedule",
"title": "Conference Schedule",
"viewportWidth": "device-width"
"title": "Conference Schedule"
},
{
"name": "conference-details",
"pattern": "^/conference/:id/details/?$",
"routeAlias": "/conference(?!/201[4-5])",
"view": "conference/details/details",
"title": "Event Details",
"viewportWidth": "device-width"
"title": "Event Details"
},
{
"name": "developers",
@ -108,8 +103,7 @@
"pattern": "^/educators/register/?$",
"routeAlias": "/educators(?:/(faq|register|waiting))?/?$",
"view": "teacherregistration/teacherregistration",
"title": "Teacher Registration",
"viewportWidth": "device-width"
"title": "Teacher Registration"
},
{
"name": "teacherwaitingroom",

View file

@ -7,7 +7,7 @@ module.exports = {
'and animations.',
// override if mobile-friendly
viewportWidth: 942,
viewportWidth: 'device-width',
// Open graph
og_image: 'https://scratch.mit.edu/images/scratch-og.png',