Add environment as a new filter to _cascade.target

Fixes #9612
This commit is contained in:
Cathrine Paulsen
2022-04-05 07:41:24 +00:00
committed by GitHub
parent ed9aa374dd
commit da00e7714e
5 changed files with 58 additions and 2 deletions

View File

@@ -189,6 +189,9 @@ kind
lang
: A Glob pattern matching the Page's language, e.g. "{en,sv}".
environment
: A Glob pattern matching the build environment, e.g. "{production,development}"
Any of the above can be omitted.
### Example