Skip to content

Commit

Permalink
Use https for fontello
Browse files Browse the repository at this point in the history
  • Loading branch information
powerbuoy committed Oct 19, 2020
1 parent 697dc3f commit d6e76b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontello.js
Expand Up @@ -12,7 +12,7 @@ class FontelloSassWebpackPlugin {
src: path.resolve(__dirname, 'src/icons.json'),
dest: path.resolve(__dirname, 'src/assets/fontello'),
sass: path.resolve(__dirname, 'src/sass/icons.scss'),
url: 'http://fontello.com'
url: 'https://fontello.com'
}, config);
}

Expand Down

0 comments on commit d6e76b2

Please sign in to comment.