From ed3812eeb6daa45a98d8d513a8de49b385c4831c Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 5 Feb 2026 16:13:01 +0100 Subject: feat(template): remove image if nothing is set in SEO --- backend/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/config.go') 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"` -- cgit v1.2.3