add cache info buttons
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m27s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m27s
This commit is contained in:
@ -11,7 +11,7 @@ import { Colors } from "@/common/colors";
|
||||
/**
|
||||
* Force the page to be dynamic, so it will be regenerated on every request
|
||||
*/
|
||||
export const dynamic = "force-dynamic";
|
||||
export const revalidate = 0;
|
||||
|
||||
/**
|
||||
* Gets the color of the status
|
||||
|
@ -12,6 +12,11 @@ import { CachedPlayer, getPlayer, McUtilsAPIError } from "mcutils-library";
|
||||
import { Metadata, Viewport } from "next";
|
||||
import { ReactElement } from "react";
|
||||
|
||||
/**
|
||||
* Force the page to be dynamic, so it will be regenerated on every request
|
||||
*/
|
||||
export const revalidate = 0;
|
||||
|
||||
type Params = {
|
||||
params: {
|
||||
id: string;
|
||||
|
@ -19,6 +19,11 @@ import {
|
||||
import { Metadata, Viewport } from "next";
|
||||
import { ReactElement } from "react";
|
||||
|
||||
/**
|
||||
* Force the page to be dynamic, so it will be regenerated on every request
|
||||
*/
|
||||
export const revalidate = 0;
|
||||
|
||||
type Params = {
|
||||
params: {
|
||||
platform: ServerPlatform;
|
||||
|
Reference in New Issue
Block a user