We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451ae62 commit d6623fdCopy full SHA for d6623fd
app/layout.tsx
@@ -50,7 +50,6 @@ export default function RootLayout({
50
return (
51
<html lang="en">
52
<head>
53
- <base href="https://keploy-websites.vercel.app/">
54
<title>{finalMetadata.title}</title>
55
<meta name="keywords" content={finalMetadata.keywords} />
56
<meta name="description" content={finalMetadata.description} />
@@ -166,6 +165,9 @@ export default function RootLayout({
166
165
`,
167
}}
168
/>
+ <Head>
169
+ <base href="https://keploy-websites.vercel.app/" />
170
+ </Head>
171
</head>
172
<body
173
className={`${inter.variable} font-inter antialiased bg-white text-gray-900 tracking-tight`}
0 commit comments