Fix issue with auth token not on build time

This commit is contained in:
Jaret Burkett
2025-03-20 17:27:30 -06:00
parent f5aa4232fa
commit c8049a483d

View File

@@ -8,6 +8,8 @@ import SampleImageModal from '@/components/SampleImageModal';
import { Suspense } from 'react';
import AuthWrapper from '@/components/AuthWrapper';
export const dynamic = 'force-dynamic';
const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {