diff --git a/config/cors.ts b/config/cors.ts index e1dadd5..1fec715 100755 --- a/config/cors.ts +++ b/config/cors.ts @@ -44,9 +44,7 @@ const corsConfig: CorsConfig = { | one of the above values. | */ - origin: (theme) => { - return theme.includes('arthurdanjou.fr') - }, + origin: '*', /* |--------------------------------------------------------------------------