From 6a11e22e2daee604a36c9d40ca794bc4d14931d4 Mon Sep 17 00:00:00 2001 From: Miguel Afonso Date: Fri, 23 Sep 2022 23:02:24 +0200 Subject: [PATCH] Update .env.local.example (#40839) We use the variable "SANITY_REVALIDATE_SECRET" on the index page, but the .env.local.example does not have this variable. ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have a helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md) --- examples/cms-sanity/.env.local.example | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/cms-sanity/.env.local.example b/examples/cms-sanity/.env.local.example index 84f39e3cd4..6b24096d5f 100644 --- a/examples/cms-sanity/.env.local.example +++ b/examples/cms-sanity/.env.local.example @@ -1,3 +1,4 @@ NEXT_PUBLIC_SANITY_PROJECT_ID= NEXT_PUBLIC_SANITY_DATASET= SANITY_API_READ_TOKEN= +SANITY_REVALIDATE_SECRET=