Skip to content

Commit

Permalink
Update pages.tf
Browse files Browse the repository at this point in the history
Set always_use_latest_compatibility_date to false on production runs
  • Loading branch information
mklebrasseur authored Oct 28, 2023
1 parent c8fbf69 commit ccafd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bankless-community/cloudflare/pages.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "cloudflare_pages_project" "deployment_configs" {
NEXT_PUBLIC_INFURA_PROJECT_ID = var.infura_project_id
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID = var.walletconnect_project_id
}
always_use_latest_compatibility_date = true
always_use_latest_compatibility_date = false
}
}
}

0 comments on commit ccafd67

Please sign in to comment.