This commit is contained in:
2026-07-08 09:05:15 +00:00
parent 4f3b805b8c
commit 3f507e1bee
36 changed files with 1910 additions and 603 deletions

View File

@@ -1,6 +1,6 @@
import contentHtml from '../data/home-content.html?raw'
import PageShell from '../components/PageShell'
import SafeHtml from '../components/SafeHtml'
export default function Home() {
return <PageShell html={contentHtml} />
return <SafeHtml html={contentHtml} />
}