Skip to content

Commit ca2b5a4

Browse files
Updating default CDN
1 parent 4322455 commit ca2b5a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-circle-flags",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "A React component with a collection of 300+ minimal circular SVG country flags",
55
"author": "Tomás Novau([email protected])",
66
"license": "MIT",

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import countries from './countries'
33
import languages from './languages'
44

5-
const CDN_URL = 'https://hatscripts.github.io/circle-flags/flags/'
5+
const CDN_URL = 'https://react-circle-flags.pages.dev/'
66
const FILE_SUFFIX = 'svg'
77

88
const UNKNOWN_FLAG = 'xx'

0 commit comments

Comments
 (0)