mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-16 04:29:50 +01:00
Configure Plausible
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import "./globals.css";
|
||||
import { Inter } from "next/font/google";
|
||||
import React from 'react'
|
||||
|
||||
import PlausibleProvider from 'next-plausible'
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata = {
|
||||
@@ -16,6 +16,9 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<head>
|
||||
<PlausibleProvider domain="pi.avanto.tk" />
|
||||
</head>
|
||||
<body className={inter.className}>
|
||||
{children}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user