fix plausible provider and favicon declaration
This commit is contained in:
parent
ed3acc3354
commit
06df58de2b
@ -9,7 +9,6 @@ export const metadata: Metadata = {
|
|||||||
"InvestingFIRE Calculator | Plan Your Financial Independence & Early Retirement",
|
"InvestingFIRE Calculator | Plan Your Financial Independence & Early Retirement",
|
||||||
description:
|
description:
|
||||||
"Achieve Financial Independence, Retire Early (FIRE) with the InvestingFIRE calculator. Get personalized projections and investing advice to plan your journey.",
|
"Achieve Financial Independence, Retire Early (FIRE) with the InvestingFIRE calculator. Get personalized projections and investing advice to plan your journey.",
|
||||||
icons: [{ rel: "icon", url: "/favicon.ico" }],
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const geist = Geist({
|
const geist = Geist({
|
||||||
@ -24,17 +23,16 @@ export default function RootLayout({
|
|||||||
<html lang="en" className={geist.variable}>
|
<html lang="en" className={geist.variable}>
|
||||||
<head>
|
<head>
|
||||||
<meta name="apple-mobile-web-app-title" content="FIRE" />
|
<meta name="apple-mobile-web-app-title" content="FIRE" />
|
||||||
</head>
|
|
||||||
<PlausibleProvider
|
<PlausibleProvider
|
||||||
domain="investingfire.com"
|
domain="investingfire.com"
|
||||||
customDomain="https://analytics.schulze.network"
|
customDomain="https://analytics.schulze.network"
|
||||||
selfHosted={true}
|
selfHosted={true}
|
||||||
enabled={true}
|
enabled={true}
|
||||||
trackOutboundLinks={true}
|
trackOutboundLinks={true}
|
||||||
>
|
/>
|
||||||
|
</head>
|
||||||
<WebVitals />
|
<WebVitals />
|
||||||
<body>{children}</body>
|
<body>{children}</body>
|
||||||
</PlausibleProvider>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user