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:
Sat Naing
2026-01-10 21:46:53 +07:00
committed by GitHub
parent c61a75575d
commit 29fe8a30de
3 changed files with 0 additions and 11 deletions
-1
View File
@@ -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) {