Some refactor

This commit is contained in:
2025-12-28 19:01:11 +01:00
parent 1b31eaf98f
commit 9518873dc3
2 changed files with 7 additions and 0 deletions

View File

@ -4,4 +4,8 @@ const nextConfig: NextConfig = {
/* config options here */
};
module.exports = {
output: "standalone",
};
export default nextConfig;

View File

@ -1,3 +1,6 @@
export const dynamic = "force-dynamic";
export const revalidate = 0;
import { ThemeProvider } from "@/components/global/ThemeProvider";
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";