Skip to content

Commit

Permalink
fix: update origin list
Browse files Browse the repository at this point in the history
  • Loading branch information
denkristoffer committed Oct 7, 2024
1 parent d158a61 commit 9a1a962
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,7 @@ export async function generateStaticParams(): Promise<LayoutProps['params'][]> {

const urbanist = Urbanist({ subsets: ['latin'], variable: '--font-urbanist' });

const allowedOriginList = [
'https://app.contentful.com',
'https://app.eu.contentful.com',
'https://app.flinkly.com',
'https://app.eu.flinkly.com',
'https://app.quirely.com',
'https://app.eu.quirely.com',
'http://localhost:3001',
];
const allowedOriginList = ['https://app.contentful.com', 'https://app.eu.contentful.com'];

interface LayoutProps {
children: React.ReactNode;
Expand Down

0 comments on commit 9a1a962

Please sign in to comment.