This commit is contained in:
2026-01-27 22:25:40 +08:00
parent c2f5f504d3
commit 98f21d8aaa
44 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
---
import Html from '@/components/html.astro';
import { Config } from '@/apps/settings/index.tsx';
---
<Html>
<Config client:only />
</Html>