Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Remove using npmcdn file to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
mischabraam committed Dec 8, 2022
1 parent 1d0145a commit 35807b8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions view/frontend/requirejs-config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
var config = {
paths: {
'headroom': [
'https://npmcdn.com/[email protected]/dist/headroom.min',
'WeProvide_Headroom/vendor/headroom'
]
}
};
paths: {
'headroom': [
'WeProvide_Headroom/vendor/headroom'
]
}
};

0 comments on commit 35807b8

Please sign in to comment.