force mojang status page to be dynamic
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
This commit is contained in:
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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user