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:
Sean Morley
2024-05-04 17:48:54 +00:00
parent 0c2ce8ce93
commit e949c06bd2
2 changed files with 27 additions and 4 deletions

View File

@@ -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";