Skip to content

Commit

Permalink
chore(netlify): enforce variables in netlify.toml (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx authored May 15, 2024
1 parent 173ab3f commit 2899d5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ publish = "build"

command = "yarn run download-docs && yarn build && yarn install"

[context.production.environment]
MEILISEARCH_URL = "https://docs-search.gnoteam.com"
MEILISEARCH_INDEX_UID = "production"
MEILISEARCH_API_KEY = "22a22f25327d4bff5be707fa7ee90a731e6b6c8c5a6f13c705dafcce642caafd"

[[plugins]]
package = "@netlify/plugin-lighthouse"

Expand Down

0 comments on commit 2899d5f

Please sign in to comment.