feat: add dynamic rendering support to AccountPage, AdminPage, DownloadsPage, and SettingsPage components
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { DownloadManager } from "@/components/downloads/DownloadManager";
|
||||
import { withPageTiming } from "@/lib/hoc/withPageTiming";
|
||||
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
function DownloadsPage() {
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user