Skip to content

Commit

Permalink
#80 Downgrade hugo for Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Quicksaver committed Sep 12, 2018
1 parent 09ec115 commit 59bf396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
# Production context: All deploys to the main
# repository branch will inherit these settings.
[context.production.environment]
HUGO_VERSION = "0.48.0"
HUGO_VERSION = "0.47.1"
YARN_VERSION = "1.10.0"
YARN_FLAGS = "--no-ignore-optional"

# Deploy Preview context: All Deploy Previews
# will inherit these settings.
[context.deploy-preview.environment]
HUGO_VERSION = "0.48.0"
HUGO_VERSION = "0.47.1"
YARN_VERSION = "1.10.0"
YARN_FLAGS = "--no-ignore-optional"

# Branch Deploy context: All Branch Deploys
# will inherit these settings.
[context.branch-deploy.environment]
HUGO_VERSION = "0.48.0"
HUGO_VERSION = "0.47.1"
YARN_VERSION = "1.10.0"
YARN_FLAGS = "--no-ignore-optional"

Expand Down

0 comments on commit 59bf396

Please sign in to comment.