add theme color
This commit is contained in:
parent
7f10ee4875
commit
29e25d8755
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user