add theme color

This commit is contained in:
Felix Schulze 2025-05-02 19:06:27 +02:00
parent 7f10ee4875
commit 29e25d8755

View File

@ -1,9 +1,13 @@
import "@/styles/globals.css"; import "@/styles/globals.css";
import PlausibleProvider from "next-plausible"; import PlausibleProvider from "next-plausible";
import { type Metadata } from "next"; import { type Metadata, type Viewport } from "next";
import { Geist } from "next/font/google"; import { Geist } from "next/font/google";
import { WebVitals } from "./components/web-vitals"; import { WebVitals } from "./components/web-vitals";
export const viewport: Viewport = {
themeColor: [{ color: "oklch(0.97 0.0228 95.96)" }],
};
export const metadata: Metadata = { export const metadata: Metadata = {
title: title:
"InvestingFIRE Calculator | Plan Your Financial Independence & Early Retirement", "InvestingFIRE Calculator | Plan Your Financial Independence & Early Retirement",