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:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user