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
parent 889ad1c49f
commit 97efcf3d62
23 changed files with 6372 additions and 2024 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>