mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Fix issue with auth token not on build time
This commit is contained in:
@@ -8,6 +8,8 @@ import SampleImageModal from '@/components/SampleImageModal';
|
|||||||
import { Suspense } from 'react';
|
import { Suspense } from 'react';
|
||||||
import AuthWrapper from '@/components/AuthWrapper';
|
import AuthWrapper from '@/components/AuthWrapper';
|
||||||
|
|
||||||
|
export const dynamic = 'force-dynamic';
|
||||||
|
|
||||||
const inter = Inter({ subsets: ['latin'] });
|
const inter = Inter({ subsets: ['latin'] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
|
|||||||
Reference in New Issue
Block a user