Skip to content

Commit

Permalink
fix: security vulnerability fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Nov 19, 2019
1 parent 1caee13 commit 7e68633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
'workboxOptions': {
'runtimeCaching': [
{
'urlPattern': new RegExp('https://fonts.(?:googleapis|gstatic).com/(.*)'),
'urlPattern': new RegExp('https://fonts.(?:googleapis|gstatic)\.com/(.*)'),
'handler': 'CacheFirst',
'options': {
'cacheName': 'google-fonts',
Expand Down

0 comments on commit 7e68633

Please sign in to comment.