Skip to content

Commit

Permalink
Testing new CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
tnovau-shopfully committed Nov 2, 2024
1 parent 452017c commit cdca7d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,10 @@ export const Gallery = () => (
<>
{Object.keys(countryMap).map((countryCode) => (
<Item key={countryCode}>
<CircleFlag countryCode={countryCode} />
<CircleFlag
countryCode={countryCode}
cdnUrl='https://react-circle-flags.pages.dev/'
/>
<p>
{countryMap[countryCode]} (<span>{countryCode.toUpperCase()}</span>)
</p>
Expand Down

0 comments on commit cdca7d4

Please sign in to comment.