Allow disabling the share preview card (fixes #122)

This commit is contained in:
daudix
2025-03-30 07:45:49 +03:00
parent af524137a9
commit fe079da67b
2 changed files with 5 additions and 1 deletions

View File

@ -178,6 +178,8 @@ csp = [
{ directive = "base-uri", domains = ["'none'"] },
{ directive = "form-action", domains = ["'none'"] }
]
# Uncomment this to disable the card displayed in share previews
# card = false
[extra.nav]
# Whether to automatically hide nav when not hovered or focused