Skip to content

Commit

Permalink
hardcoded meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Neon-20 committed Nov 15, 2023
1 parent fdc9c43 commit 8dc245a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ const inter = Inter({
display: "swap",
});

export const metadata: Metadata = {
title:"TrustAuthX",
description:"TrustAuthX is a Low Code Authentication as a Service Platform for developers/businesses worldwide.",
}


export default function RootLayout({
children,
}: {
Expand All @@ -27,8 +21,8 @@ export default function RootLayout({
return (
<html lang="en" className={inter.className}>
<head>
<meta name="title" content={`${metadata.title}`}/>
<meta name="description" content={`${metadata.description}`} />
<meta name="title" content="TrustAuthX"/>
<meta name="description" content="TrustAuthX is a Low Code Authentication as a Service Platform for developers/businesses worldwide."/>
<link rel="icon" href="./favicon.ico" />
<Script
src="https://www.googletagmanager.com/gtag/js?id=G-7NXTY5KCKL"
Expand Down

0 comments on commit 8dc245a

Please sign in to comment.