From 618d523ca239b9affb8e9e7fb3bd061a5029d535 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 18 Apr 2024 14:02:42 -0400 Subject: [PATCH] Make the /mojang page dynamic --- Frontend/src/app/(pages)/mojang/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Frontend/src/app/(pages)/mojang/page.tsx b/Frontend/src/app/(pages)/mojang/page.tsx index fa93a75..2219ed4 100644 --- a/Frontend/src/app/(pages)/mojang/page.tsx +++ b/Frontend/src/app/(pages)/mojang/page.tsx @@ -17,6 +17,12 @@ export const metadata: Metadata = { description: "View the status of Mojang servers.", }; +/** + * Force the page to be dynamic, so + * it will be regenerated on every request + */ +export const dynamic: string = "force-dynamic"; + /** * The page to view the * status of Mojang servers.