Skip to content

Commit

Permalink
➖ Remove next-seo (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella authored May 29, 2024
1 parent 2706ed0 commit 12d273c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
21 changes: 0 additions & 21 deletions apps/web/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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"],
Expand Down Expand Up @@ -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"
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 12d273c

Please # to comment.