Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Fix allowed origins
Browse files Browse the repository at this point in the history
  • Loading branch information
cuevas1876 committed Mar 20, 2024
1 parent 77c8ff4 commit e9f9530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const nextConfig = {
allowedOrigins: [
"d1b4twxh1cihpk.cloudfront.net",
"d2z6xcoh14f3wb.cloudfront.net",
"https://d19jzmn7wae8g9.cloudfront.net",
"d19jzmn7wae8g9.cloudfront.net",
],
},
},
Expand Down

0 comments on commit e9f9530

Please sign in to comment.