diff --git a/netlify.toml b/netlify.toml index e374cc2c5b..27be3b5623 100644 --- a/netlify.toml +++ b/netlify.toml @@ -56,18 +56,10 @@ # all inputs are optional, we just show you the defaults below [plugins.inputs] + # change this key to a new one any time you need to restart from scratch + cacheKey = "Jan232025-$CONTEXT" # either "warn" or "error" failBuildOnError = true - [context.production] - # change this key to a new one any time you need to restart from scratch - cacheKey = "Jan232025" - - [context.branch-deploy] - cacheKey = "Jan232025-branch" - - [context.deploy-preview] - cacheKey = "Jan232025-preview" - # (for development) turn true for extra diagnostic logging debug = true \ No newline at end of file