chore: add vercel analytics
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import './globals.css';
|
||||
import type { Metadata } from 'next';
|
||||
import { Analytics } from "@vercel/analytics/next"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Markdown to PNG Converter',
|
||||
@@ -14,6 +15,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
<Analytics/>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user