Add genre management functionality and update sidebar navigation

This commit is contained in:
2026-04-06 18:24:05 +00:00
parent d3f3d9c91a
commit c811135b92
7 changed files with 456 additions and 39 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const iconMap: Record<string, React.ReactNode> = {
Shield: <Shield className="h-6 w-6" />,
}
export const dynamic = "force-dynamic"
export const revalidate = 300 // cache 5 phút, genres ít thay đổi
type GenreItem = {
id: string