Add theme colour, Inter font import fix

This commit is contained in:
2025-09-22 11:22:51 +09:30
parent 5312e8648b
commit c577838aaf
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -38,6 +38,8 @@ const headDescription: string = description || site.description;
<ThemeManager defaultTheme="auto" />
<meta name="theme-color" content="#ff2d00" />
<Analytics />
<ClientRouter />