Home, styles

This commit is contained in:
2023-07-09 21:10:35 +04:00
parent 9382da5750
commit 6438d1900c
9 changed files with 168 additions and 36 deletions

View File

@@ -31,7 +31,7 @@ export const getStaticProps = async ({ params: { slug } }) => {
export default function Page(page) {
return (
<Box>
<Box className="page">
<Heading>{page.title}</Heading>
<div dangerouslySetInnerHTML={{ __html: page.content }}></div>
</Box>