mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
fix: DOMAIN_NAME variable partially baked in on build time
This commit is contained in:
+2
-4
@@ -1,5 +1,5 @@
|
||||
import { metadata as myMetadata } from "@/_data/metadata";
|
||||
import type { Metadata, Viewport } from "next";
|
||||
export { generateMetadata } from "@/_data/metadata";
|
||||
import type { Viewport } from "next";
|
||||
import Script from "next/script";
|
||||
import { PropsWithChildren } from "react";
|
||||
import CookieBanner from "./_components/CookieBanner";
|
||||
@@ -19,8 +19,6 @@ export const viewport: Viewport =
|
||||
colorScheme: "light dark"
|
||||
};
|
||||
|
||||
export const metadata: Metadata = myMetadata;
|
||||
|
||||
export default function RootLayout(props: PropsWithChildren)
|
||||
{
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user