Optimize background image and clean up test content

- Convert DESKTOP_NEW_1.jpg (4.5MB) to DESKTOP_NEW_1.webp (571KB)
- Reduce dimensions from 5418x3070 to 1920x1088
- 87% size reduction for faster page load
- Update config.toml to use optimized WebP background
- Remove test text from map.md page
This commit is contained in:
Kirik
2025-10-27 17:02:42 +01:00
parent f14437c45d
commit 956ce4b8f9
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ disableKinds = ["taxonomy", "term"]
favicon = "https://s3.regru.cloud/sleeptrip-dev/images/favicon.ico"
# set to change date format
dateFormat = "2 January 2006"
backgroundPath = "images/DESKTOP_NEW_1.jpg"
backgroundPath = "images/DESKTOP_NEW_1.webp"
# Below parameters can be set to override default post settings
# [params.posts]