Re-added Viewport

This commit is contained in:
Andreas
2024-01-03 17:02:47 +07:00
parent eecb91ccdd
commit 90e0f6de83

View File

@@ -1,6 +1,6 @@
import "../styles/globals.scss";
import { Poppins } from "next/font/google";
import { Metadata } from "next";
import { Metadata, Viewport } from "next";
import FiefWrapper from "../(auth)/fiefWrapper";
import UserInfo from "../(auth)/userInfo";
import { ErrorProvider } from "../(errors)/errorContext";
@@ -18,6 +18,13 @@ import { Providers } from "../providers";
const poppins = Poppins({ subsets: ["latin"], weight: ["200", "400", "600"] });
export const viewport: Viewport = {
themeColor: "black",
width: "device-width",
initialScale: 1,
maximumScale: 1,
};
export const metadata: Metadata = {
metadataBase: new URL(process.env.DEV_URL || "https://reflector.media"),
title: {