Allow disabling the share preview card (fixes #122)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user