mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
refactor(problemset): remove force-dynamic export
This commit is contained in:
parent
45a9950ad3
commit
c5cf52168b
@ -10,8 +10,6 @@ import {
|
|||||||
import prisma from "@/lib/prisma";
|
import prisma from "@/lib/prisma";
|
||||||
import { Difficulty } from "@prisma/client";
|
import { Difficulty } from "@prisma/client";
|
||||||
|
|
||||||
export const dynamic = "force-dynamic";
|
|
||||||
|
|
||||||
const getDifficultyColor = (difficulty: Difficulty) => {
|
const getDifficultyColor = (difficulty: Difficulty) => {
|
||||||
switch (difficulty) {
|
switch (difficulty) {
|
||||||
case "EASY":
|
case "EASY":
|
||||||
|
Loading…
Reference in New Issue
Block a user