mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-25 17:51:23 -04:00
feat: Add lazy loading for images and update dependencies
The code changes include implementing lazy loading for images to improve page load performance. Additionally, the npm dependency has been updated to the latest stable version. These enhancements enhance the user experience by reducing the initial load time and ensuring compatibility with the latest dependencies.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export let appVersion = "Web 0.1.6-alpha";
|
||||
export let appVersion = "Web 0.1.7-alpha";
|
||||
export let appTitle = "AdventureLog";
|
||||
export let copyrightYear = "2024"
|
||||
export let copyrightYear = "2024";
|
||||
|
||||
Reference in New Issue
Block a user