aboutsummaryrefslogtreecommitdiff
path: root/backend/config.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-02-05 16:13:01 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-02-05 16:13:01 +0100
commited3812eeb6daa45a98d8d513a8de49b385c4831c (patch)
treeb3a6b309e2892997185d6c572a0b7bc0034b5025 /backend/config.go
parent26b879bf95d801c337b194b1af4aa07c167729a6 (diff)
feat(template): remove image if nothing is set in SEO
Diffstat (limited to 'backend/config.go')
-rw-r--r--backend/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/config.go b/backend/config.go
index d4872b1..3e605c8 100644
--- a/backend/config.go
+++ b/backend/config.go
@@ -32,7 +32,6 @@ type Config struct {
Domain string `toml:"domain"`
Name string `toml:"name"`
Description string `toml:"description"`
- DefaultImage string `toml:"default_image"`
Quotes []string `toml:"quotes"`
Language string `toml:"language"`
Database string `toml:"database"`