feat: add content layer

Add blog pages

Add privacy page
This commit is contained in:
David Nguyen
2023-07-27 18:29:22 +10:00
committed by Mythie
parent bc425abe35
commit 154ef26465
23 changed files with 6318 additions and 2188 deletions

View File

@ -43,9 +43,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
</head>
<body>
<PlausibleProvider>
{children}
</PlausibleProvider>
<PlausibleProvider>{children}</PlausibleProvider>
<Toaster />
</body>
</html>