mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
feat: add PWA manifest and Apple icon, and enhance map with fly-to selected shop functionality.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import "~/styles/globals.css";
|
||||
|
||||
import { type Metadata } from "next";
|
||||
import { type Metadata, type Viewport } from "next";
|
||||
import { PT_Serif } from "next/font/google";
|
||||
|
||||
import { ThemeProvider } from "~/components/ThemeProvider";
|
||||
@@ -11,6 +11,14 @@ export const metadata: Metadata = {
|
||||
icons: [{ rel: "icon", url: "/favicon.ico" }],
|
||||
};
|
||||
|
||||
export const viewport: Viewport = {
|
||||
themeColor: "#8B4513",
|
||||
width: "device-width",
|
||||
initialScale: 1,
|
||||
maximumScale: 1,
|
||||
userScalable: false,
|
||||
};
|
||||
|
||||
const ptSerif = PT_Serif({
|
||||
subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
|
||||
Reference in New Issue
Block a user