1
0
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:
2024-08-21 12:08:54 +00:00
parent 15b69d7e42
commit a217d0a96a
4 changed files with 53 additions and 43 deletions
+2 -4
View File
@@ -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 (