forked from UKSOURCE/hailearning.edu.vn
fix: blog dynamic build
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
import Breadcrumb from "../components/Breadcrumb";
|
||||
import { fetchVisaData, type VisaCountry } from "@/api/visa";
|
||||
|
||||
// Force dynamic rendering - không cache
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export default async function VisaListPage() {
|
||||
// Fetch all visa countries từ API
|
||||
let visaCountries: any[] = [];
|
||||
|
||||
Reference in New Issue
Block a user