mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
kell valami analytics naa
This commit is contained in:
parent
3eb48a80c1
commit
0baf56fbf8
3 changed files with 731 additions and 2256 deletions
|
@ -14,6 +14,7 @@
|
|||
"@types/node": "20.6.1",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-dom": "18.2.7",
|
||||
"@vercel/analytics": "^1.0.2",
|
||||
"autoprefixer": "10.4.15",
|
||||
"eslint": "8.49.0",
|
||||
"eslint-config-next": "13.4.19",
|
||||
|
|
2984
pnpm-lock.yaml
generated
2984
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
|||
import { Inter } from 'next/font/google'
|
||||
import { AppProps } from 'next/app'
|
||||
import { NextUIProvider } from '@nextui-org/react'
|
||||
import { Analytics } from '@vercel/analytics/react'
|
||||
import { ThemeProvider as NextThemesProvider } from 'next-themes'
|
||||
import Head from 'next/head'
|
||||
import '@/styles/globals.css'
|
||||
|
@ -13,6 +14,7 @@ const inter = Inter({
|
|||
export default function App({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
<>
|
||||
<Analytics />
|
||||
<Head>
|
||||
<title>Érettségi kereső</title>
|
||||
</Head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue