fix(web): force dynamic rendering for runtime env injection (#437)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-02-22 03:54:12 +00:00
committed by jason.woltje
parent 7480deff10
commit 06e54328d5
+2
View File
@@ -5,6 +5,8 @@ import { ErrorBoundary } from "@/components/error-boundary";
import { ThemeProvider } from "@/providers/ThemeProvider";
import "./globals.css";
export const dynamic = "force-dynamic";
export const metadata: Metadata = {
title: "Mosaic Stack",
description: "Mosaic Stack Web Application",