We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8c3c commit a0ab3c9Copy full SHA for a0ab3c9
src/app/[locale]/layout.tsx
@@ -21,9 +21,10 @@ export async function generateMetadata(): Promise<Metadata> {
21
const scopedT = await getScopedI18n("HomeLayout");
22
23
return {
24
- metadataBase: new URL(
25
- process.env.NEXT_PUBLIC_WEBSITE_URL || "https://multiformvalidator.netlify.app",
26
- ),
+ metadataBase: new URL(
+ process.env.NEXT_PUBLIC_WEBSITE_URL ||
+ "https://multiformvalidator.netlify.app",
27
+ ),
28
29
title: {
30
template: `${scopedT("Title")} | %s`,
0 commit comments