Files
AdventureLog/src/lib/config.ts
Sean Morley e949c06bd2 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.
2024-05-04 17:48:54 +00:00

4 lines
116 B
TypeScript

export let appVersion = "Web 0.1.7-alpha";
export let appTitle = "AdventureLog";
export let copyrightYear = "2024";