mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
add meta tags config
This commit is contained in:
parent
fff29a762e
commit
699e01c396
4 changed files with 15 additions and 1 deletions
|
|
@ -8,6 +8,9 @@ parameters:
|
|||
app.name: '%env(APP_NAME)%'
|
||||
app.theme: '%env(APP_THEME)%'
|
||||
app.hlservers: '%env(APP_HLSERVERS)%'
|
||||
app.meta.title: '%env(APP_META_TITLE)%'
|
||||
app.meta.description: '%env(APP_META_DESCRIPTION)%'
|
||||
app.meta.keywords: '%env(APP_META_KEYWORDS)%'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue