异步加载AlgoliaModal

This commit is contained in:
tangly1024.com
2024-03-01 16:30:55 +08:00
parent fc478a9e9a
commit 2dbdbd53a8
9 changed files with 41 additions and 23 deletions

View File

@@ -18,7 +18,7 @@
"start": "next start",
"post-build": "next-sitemap --config next-sitemap.config.js",
"export": "next build && next-sitemap --config next-sitemap.config.js && next export",
"bundle-report": "ANALYZE=true yarn build"
"bundle-report": "cross-env ANALYZE=true yarn build"
},
"dependencies": {
"@giscus/react": "^2.2.6",
@@ -27,7 +27,7 @@
"@vercel/analytics": "^1.0.0",
"algoliasearch": "^4.18.0",
"animejs": "^3.2.1",
"aos": "^3.0.0-beta.6",
"aos": "^2.3.4",
"axios": ">=0.21.1",
"copy-to-clipboard": "^3.3.1",
"feed": "^4.2.2",
@@ -53,6 +53,7 @@
"devDependencies": {
"@waline/client": "^2.5.1",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"eslint": "^7.26.0",
"eslint-config-next": "^13.1.1",
"eslint-config-standard": "^16.0.2",