diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-05 16:13:01 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-05 16:13:01 +0100 |
| commit | ed3812eeb6daa45a98d8d513a8de49b385c4831c (patch) | |
| tree | b3a6b309e2892997185d6c572a0b7bc0034b5025 /backend/config.go | |
| parent | 26b879bf95d801c337b194b1af4aa07c167729a6 (diff) | |
feat(template): remove image if nothing is set in SEO
Diffstat (limited to 'backend/config.go')
| -rw-r--r-- | backend/config.go | 1 |
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"` |
