Skip to content

Commit

Permalink
Reduce vendor.js by limiting font-awesome icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MinThaMie committed Nov 23, 2023
1 parent e16b6bc commit c8384d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/icons.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = function () {
return {
'free-solid-svg-icons': ['bars', 'search'],
};
};

0 comments on commit c8384d7

Please sign in to comment.