diff --git a/app/layout.tsx b/app/layout.tsx index bfc3470..9350629 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,6 +5,7 @@ import 'yet-another-react-lightbox/styles.css' import 'yet-another-react-lightbox/plugins/thumbnails.css' import 'yet-another-react-lightbox/plugins/captions.css' import { ToastContainer } from 'react-toastify' +import { PublicEnvScript } from 'next-runtime-env'; import { Shell } from '@/shell/Shell' import { CommandPaletteRoot } from '@/shell/CommandPalette/Root' @@ -36,6 +37,7 @@ export default function RootLayout({ isDarkModeEnabled() ? 'dark' : '' }`} > + Ozone + + blueSkyUrlMatcher.test(url) diff --git a/package.json b/package.json index 8919841..750dce9 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "kbar": "^0.1.0-beta.45", "lande": "^1.0.10", "next": "15.2.4", + "next-runtime-env": "^3.2.1", "react": "19.1.0", "react-dom": "19.1.0", "react-dropzone": "^14.3.5",