Skip to content

Commit

Permalink
fix: try mocking the split1 env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Nov 21, 2024
1 parent 90695b5 commit 550608d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
HUGO_ENV = "production"

[context.deploy-preview]
HUGO_ENV = "staging"
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL/experts/ && cp public/experts/_redirects public/_redirects"

[context.deploy-preview.environment]
HUGO_ENV = "staging"

[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL/experts/ && cp public/experts/_redirects public/_redirects"
Expand Down

0 comments on commit 550608d

Please sign in to comment.