mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 10:46:35 +02:00
➖ Remove next-seo (#1131)
This commit is contained in:
parent
2706ed0083
commit
12d273cfbf
3 changed files with 0 additions and 27 deletions
|
@ -57,7 +57,6 @@
|
|||
"nanoid": "^4.0.0",
|
||||
"next-auth": "^4.24.5",
|
||||
"next-i18next": "^13.0.3",
|
||||
"next-seo": "^5.15.0",
|
||||
"php-serialize": "^4.1.1",
|
||||
"postcss": "^8.4.31",
|
||||
"posthog-js": "^1.102.1",
|
||||
|
|
|
@ -9,7 +9,6 @@ import { AppProps } from "next/app";
|
|||
import { Inter } from "next/font/google";
|
||||
import Head from "next/head";
|
||||
import { SessionProvider, signIn, useSession } from "next-auth/react";
|
||||
import { DefaultSeo } from "next-seo";
|
||||
import React from "react";
|
||||
|
||||
import { I18nProvider } from "@/app/i18n/client";
|
||||
|
@ -19,7 +18,6 @@ import { ConnectedDayjsProvider } from "@/utils/dayjs";
|
|||
import { trpc } from "@/utils/trpc/client";
|
||||
|
||||
import { NextPageWithLayout } from "../types";
|
||||
import { absoluteUrl } from "../utils/absolute-url";
|
||||
|
||||
const inter = Inter({
|
||||
subsets: ["latin"],
|
||||
|
@ -58,25 +56,6 @@ const MyApp: NextPage<AppPropsWithLayout> = ({ Component, pageProps }) => {
|
|||
return (
|
||||
<SessionProvider>
|
||||
<LazyMotion features={domMax}>
|
||||
<DefaultSeo
|
||||
openGraph={{
|
||||
siteName: "Rallly",
|
||||
type: "website",
|
||||
url: absoluteUrl(),
|
||||
images: [
|
||||
{
|
||||
url: absoluteUrl("/og-image-1200.png"),
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: "Rallly | Schedule group meetings",
|
||||
type: "image/png",
|
||||
},
|
||||
],
|
||||
}}
|
||||
facebook={{
|
||||
appId: "920386682263077",
|
||||
}}
|
||||
/>
|
||||
<Head>
|
||||
<meta
|
||||
name="viewport"
|
||||
|
|
|
@ -9467,11 +9467,6 @@ next-i18next@^13.0.3:
|
|||
hoist-non-react-statics "^3.3.2"
|
||||
i18next-fs-backend "^2.1.1"
|
||||
|
||||
next-seo@^5.15.0:
|
||||
version "5.15.0"
|
||||
resolved "https://registry.npmjs.org/next-seo/-/next-seo-5.15.0.tgz"
|
||||
integrity sha512-LGbcY91yDKGMb7YI+28n3g+RuChUkt6pXNpa8FkfKkEmNiJkeRDEXTnnjVtwT9FmMhG6NH8qwHTelGrlYm9rgg==
|
||||
|
||||
next-seo@^6.1.0:
|
||||
version "6.1.0"
|
||||
resolved "https://registry.npmjs.org/next-seo/-/next-seo-6.1.0.tgz"
|
||||
|
|
Loading…
Add table
Reference in a new issue