force mojang status page to be dynamic
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s

This commit is contained in:
Lee 2024-04-16 23:53:10 +01:00
parent 0678c38bfe
commit fe1b217a38

@ -8,6 +8,11 @@ import { CachedEndpointStatus } from "mcutils-library/dist/types/cache/cachedEnd
import { Metadata } from "next";
import Link from "next/link";
/**
* Force the page to be dynamic, so it will be regenerated on every request
*/
export const dynamic = "force-dynamic";
/**
* Gets the color of the status
*