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
-9
View File
@@ -174,12 +174,3 @@ const structuredData = {
<script src="../scripts/theme.ts"></script>
</body>
</html>
<style>
html,
body {
margin: 0;
width: 100%;
height: 100%;
}
</style>