Skip to content

Commit

Permalink
fix: netlify preview url
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaquu committed Jan 18, 2022
1 parent ad027fc commit 622caa8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[build]
command = "hugo -b $DEPLOY_URL"
[context.deploy-preview]
command = "hugo -b $DEPLOY_URL"

[context.deploy-preview.environment]
HUGO_VERSION = "0.76"

1 comment on commit 622caa8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.