Skip to content

Instantly share code, notes, and snippets.

@andresn
Created September 16, 2014 22:53
Show Gist options
  • Save andresn/e81036b1b9e2a1ca3368 to your computer and use it in GitHub Desktop.
Save andresn/e81036b1b9e2a1ca3368 to your computer and use it in GitHub Desktop.
diff --git a/configs/pages.js b/configs/pages.js
index 9a7066d..45e75f1 100644
--- a/configs/pages.js
+++ b/configs/pages.js
@@ -59,6 +59,25 @@ module.exports = [
]
}
+ },
+ standings: {
+ layout: 'ShangrilaLayout',
+ regions: {
+ header: [
+ {
+ bundleName: 'UH',
+ name: 'UH',
+ props: {}
+ }
+ ],
+ main: [
+ {
+ bundleName: 'Standings',
+ name: 'Standings',
+ props: {}
+ }
+ ]
+ }
}
},
{
diff --git a/configs/routes.js b/configs/routes.js
index a8aff68..40a3034 100644
--- a/configs/routes.js
+++ b/configs/routes.js
@@ -14,7 +14,7 @@ module.exports = {
standings: {
path: '/standings/',
method: 'get',
- page: 'home',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment