add meta tags config

This commit is contained in:
ghost 2024-01-06 23:56:42 +02:00
parent fff29a762e
commit 699e01c396
4 changed files with 15 additions and 1 deletions

View file

@ -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