final
This commit is contained in:
@@ -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} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user