mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 23:45:02 -05:00
chore: add a viewport
This commit is contained in:
parent
b74ef3407c
commit
1f7ef91a1f
@ -21,7 +21,7 @@ import ThemedToaster from "@/components/misc/ThemedToaster";
|
|||||||
import UnofficalDialog from "@/components/misc/UnofficalDialog";
|
import UnofficalDialog from "@/components/misc/UnofficalDialog";
|
||||||
import ClientFadeIn from "@/components/ClientFadeIn";
|
import ClientFadeIn from "@/components/ClientFadeIn";
|
||||||
import { BrandingGenericIcon } from "@/components/Icon";
|
import { BrandingGenericIcon } from "@/components/Icon";
|
||||||
import type { Metadata } from "next";
|
import type { Metadata, Viewport } from "next";
|
||||||
|
|
||||||
export const extraMetadata = {
|
export const extraMetadata = {
|
||||||
twitter: {
|
twitter: {
|
||||||
@ -40,6 +40,10 @@ export const extraMetadata = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
} satisfies Metadata;
|
} satisfies Metadata;
|
||||||
|
export const viewport: Viewport = {
|
||||||
|
themeColor: "black",
|
||||||
|
colorScheme: "dark",
|
||||||
|
};
|
||||||
|
|
||||||
const inter = interFont({ variable: "--font-inter", subsets: ["latin"] });
|
const inter = interFont({ variable: "--font-inter", subsets: ["latin"] });
|
||||||
export default async function RootLayout({
|
export default async function RootLayout({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user