Skip to content

Commit

Permalink
Updating default CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
tnovau-shopfully committed Nov 2, 2024
1 parent 4322455 commit ca2b5a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-circle-flags",
"version": "0.0.21",
"version": "0.0.22",
"description": "A React component with a collection of 300+ minimal circular SVG country flags",
"author": "Tomás Novau([email protected])",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import countries from './countries'
import languages from './languages'

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

const UNKNOWN_FLAG = 'xx'
Expand Down

0 comments on commit ca2b5a4

Please sign in to comment.