Skip to content

Commit

Permalink
Fixes #1205 - SF
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Oct 2, 2018
1 parent 38adf0e commit 88c3d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clayui.com/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GATSBY_CLAY_NIGHTLY=true
GATSBY_CLAY_NIGHTLY=false
6 changes: 2 additions & 4 deletions clayui.com/gatsby/createPages.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ module.exports = async ({actions, graphql}) => {
edges {
node {
fields {
layout
nightly
redirect
slug
title
weight
}
code {
scope
Expand All @@ -84,8 +84,6 @@ module.exports = async ({actions, graphql}) => {
nightly
redirect
slug
title
weight
}
}
}
Expand Down

0 comments on commit 88c3d5c

Please sign in to comment.