refactor(sitemap): enforce dynamic rendering for sitemap routes
This commit is contained in:
@@ -9,6 +9,7 @@ interface ProjectsData {
|
||||
posts: Project[];
|
||||
}
|
||||
|
||||
export const dynamic = 'force-dynamic';
|
||||
export const runtime = "nodejs"; // Force Node runtime
|
||||
|
||||
const GHOST_API_URL = "http://192.168.179.31:2368";
|
||||
|
||||
Reference in New Issue
Block a user