feat: update deps, add pnpm-workspace, modify components
This commit is contained in:
+4
-1
@@ -49,7 +49,10 @@ export default function RootLayout({
|
||||
className={`${inter.variable} ${bangers.variable} ${spaceGrotesk.variable} ${instrumentSerif.variable}`}
|
||||
>
|
||||
<head>
|
||||
<PlausibleProvider domain="makecomics.io" />
|
||||
<PlausibleProvider
|
||||
src="https://plausible.io/js/script.js"
|
||||
scriptProps={{ "data-domain": "makecomics.io" }}
|
||||
/>
|
||||
</head>
|
||||
<body className="font-sans antialiased">
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user