Skip to content

Commit

Permalink
add lottie version
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Feb 13, 2025
1 parent dbefe5e commit aa5c422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ const contentSecurityPolicy = {
'https://*.datadoghq.com', //datadog
'https://translate.googleapis.com', // Let user translate our website
'https://sdk-api.neynar.com/', // Neynar API
'https://unpkg.com/@lottiefiles/dotlottie-web', // lottie player
'https://unpkg.com/@lottiefiles/[email protected]/dist/dotlottie-player.wasm', // lottie player
'https://unpkg.com/@lottiefiles/[email protected]/dist/dotlottie-player.wasm', // lottie player
`https://${process.env.NEXT_PUBLIC_PINATA_GATEWAY_URL}`,
'https://usdc-claim-git-master-coinbase-vercel.vercel.app',
'https://eth.merkle.io', // new default viem rpc
Expand Down

0 comments on commit aa5c422

Please sign in to comment.