Fix: remove client:load from LiveSearch (Astro component, not framework)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"runtime": null
|
||||
},
|
||||
"build": {
|
||||
"buildCommand": "pnpm build 2>&1 | head -80",
|
||||
"buildCommand": "pnpm build 2>&1 | tail -20",
|
||||
"testCommand": null,
|
||||
"lintCommand": null,
|
||||
"devCommand": "npm run dev",
|
||||
@@ -132,6 +132,12 @@
|
||||
"lastAccessed": 1777618133397,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "src/layouts/Base.astro",
|
||||
"accessCount": 4,
|
||||
"lastAccessed": 1777620637431,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "src/styles/theme.css",
|
||||
"accessCount": 2,
|
||||
@@ -150,6 +156,12 @@
|
||||
"lastAccessed": 1777618215078,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "src/layouts/BlogBase.astro",
|
||||
"accessCount": 2,
|
||||
"lastAccessed": 1777620599150,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "src/pages/index.astro",
|
||||
"accessCount": 1,
|
||||
@@ -204,12 +216,6 @@
|
||||
"lastAccessed": 1777616259549,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "src/layouts/Base.astro",
|
||||
"accessCount": 1,
|
||||
"lastAccessed": 1777617017519,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"path": "src/pages/posts/[slug].astro",
|
||||
"accessCount": 1,
|
||||
|
||||
Reference in New Issue
Block a user