not sure but it seems to work

This commit is contained in:
Thomas Ruoff
2025-03-26 22:10:46 +01:00
parent 0db0339a55
commit eb9a297a09
15 changed files with 1459 additions and 1697 deletions

View File

@@ -1,8 +1,9 @@
import Layout from '../components/layout'
import Mdx from '../components/mdx'
export default function MDXPage({ children }) {
return <Mdx>{children}</Mdx>;
return <Layout><Mdx>{children}</Mdx></Layout>;
}
# Impressum