feat: add dynamic rendering support to AccountPage, AdminPage, DownloadsPage, and SettingsPage components

This commit is contained in:
Julien Froidefond
2025-10-17 10:21:42 +02:00
parent 77742bbec2
commit 42738412a8
4 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
import { DownloadManager } from "@/components/downloads/DownloadManager";
import { withPageTiming } from "@/lib/hoc/withPageTiming";
export const dynamic = 'force-dynamic';
function DownloadsPage() {
return (
<>