mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 18:29:45 +00:00
Remove revalidate from categories route to maintain static fetching behavior without forced updates on each build
This commit is contained in:
parent
63aa8e2aa8
commit
1795dd1a80
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import { Category } from "@/lib/types";
|
|||
import { NextResponse } from "next/server";
|
||||
|
||||
export const dynamic = "force-static";
|
||||
export const revalidate = 0; // This will force a new fetch on each build
|
||||
|
||||
export async function GET() {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue