correection layout build
All checks were successful
Build and Push App / build (push) Successful in 53s

This commit is contained in:
2026-04-18 22:44:55 +02:00
parent f1ea12792a
commit afb1853c59

View File

@@ -1,4 +1,5 @@
import type { Metadata } from "next";
export const dynamic = 'force-dynamic';
import { Inter } from "next/font/google";
import "./globals.css";
import Sidebar from "@/components/Sidebar";