Skip to content

Commit cdca7d4

Browse files
committedNov 2, 2024·
Testing new CDN
1 parent 452017c commit cdca7d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎docs/src/helpers.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,10 @@ export const Gallery = () => (
387387
<>
388388
{Object.keys(countryMap).map((countryCode) => (
389389
<Item key={countryCode}>
390-
<CircleFlag countryCode={countryCode} />
390+
<CircleFlag
391+
countryCode={countryCode}
392+
cdnUrl='https://react-circle-flags.pages.dev/'
393+
/>
391394
<p>
392395
{countryMap[countryCode]} (<span>{countryCode.toUpperCase()}</span>)
393396
</p>

0 commit comments

Comments
 (0)
Please sign in to comment.