We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3924b commit 66e8091Copy full SHA for 66e8091
.vercelignore
@@ -1 +1 @@
1
-nextlevelpackage
+nextlevelpackage/
src/app/layout.js
@@ -3,7 +3,6 @@ import React from "react";
3
import "./globals.css";
4
// import { WebVitals } from './_components/web-vitals';
5
// import { NextWebVitals } from "nextlevelpackage";
6
-import NextWebVitals from 'nextlevelpackage';
7
8
const inter = Inter({ subsets: ["latin"] });
9
@@ -16,7 +15,6 @@ export default function RootLayout({ children }) {
16
15
return (
17
<html lang="en">
18
<body className={inter.className}>
19
- <NextWebVitals />
20
{children}
21
</body>
22
</html>
0 commit comments