Add lazy image loading, fix bugs

This commit is contained in:
Blossomi Shymae
2024-10-12 08:40:08 -05:00
parent 1fbc018f42
commit 3baf423532
14 changed files with 69 additions and 33 deletions

7
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"dependencies": {
"aos": "^2.3.4",
"axios": "^1.6.8",
"ldrs": "^1.0.2",
"nuxt": "^3.11.2",
"nuxt-app": "file:",
"vue": "^3.4.21",
@@ -4943,6 +4944,12 @@
"safe-buffer": "~5.1.0"
}
},
"node_modules/ldrs": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/ldrs/-/ldrs-1.0.2.tgz",
"integrity": "sha512-sYJmivdkIiHrUEqTrEWccBoLdaENpzbzkABI5rk8rRxTXrg9i2xVuDvUUuhOhJY3RmQyaoxs046pM1DCRdcIpg==",
"license": "MIT"
},
"node_modules/lilconfig": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",