Merged in revert-version (pull request #2128)

revert including version in layouts and api responses

* revert including version in layouts and api responses


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-05-16 12:57:17 +00:00
parent ec29664a60
commit 4f0c61f68f
8 changed files with 2 additions and 21 deletions

View File

@@ -8,7 +8,6 @@ import Script from "next/script"
import { SessionProvider } from "next-auth/react"
import { Lang } from "@/constants/languages"
import { env } from "@/env/server"
import TrpcProvider from "@/lib/trpc/Provider"
import { SessionRefresher } from "@/components/Auth/TokenRefresher"
@@ -58,7 +57,6 @@ export default async function RootLayout({
window.adobeDataLayer = window.adobeDataLayer || []
window.dataLayer = window.dataLayer || []
`}</Script>
<meta name="version" content={env.VERSION} />
</head>
<body className="scandic">
<div className="root">