Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
sinapirani committed Aug 17, 2023
1 parent f098489 commit 48a6a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-circle-flags",
"version": "1.0.13",
"version": "1.0.14",
"description": "A Next component with a collection of 300+ minimal circular SVG country flags",
"author": "SinaPirani([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 Image from 'next/image'

const CDN_URL = "http://dl.koochaa.com/"
const CDN_URL = "https://dl.koochaa.com/"
const FILE_SUFFIX = 'svg'

const UNKNOWN_FLAG = 'un'
Expand Down

0 comments on commit 48a6a9f

Please sign in to comment.