mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 14:54:58 -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 ClientFadeIn from "@/components/ClientFadeIn";
|
||||
import { BrandingGenericIcon } from "@/components/Icon";
|
||||
import type { Metadata } from "next";
|
||||
import type { Metadata, Viewport } from "next";
|
||||
|
||||
export const extraMetadata = {
|
||||
twitter: {
|
||||
@ -40,6 +40,10 @@ export const extraMetadata = {
|
||||
],
|
||||
},
|
||||
} satisfies Metadata;
|
||||
export const viewport: Viewport = {
|
||||
themeColor: "black",
|
||||
colorScheme: "dark",
|
||||
};
|
||||
|
||||
const inter = interFont({ variable: "--font-inter", subsets: ["latin"] });
|
||||
export default async function RootLayout({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user