mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
chore: remove unused IconSun.svg and clean up Layout.astro styles (#604)
- remove unused `IconSun.svg` - remove unused styles inside `Layout.astro` - remove `autofocus: true` option in pagefind initialization
This commit is contained in:
@@ -45,7 +45,6 @@ const backUrl = SITE.showBackButton ? `${Astro.url.pathname}` : "/";
|
||||
// Init pagefind ui
|
||||
const search = new PagefindUI({
|
||||
element: "#pagefind-search",
|
||||
autofocus: true,
|
||||
showImages: false,
|
||||
showSubResults: true,
|
||||
processTerm: function (term: string) {
|
||||
|
||||
Reference in New Issue
Block a user