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