Replace FontAwesome icons JavaScript with module

The BuildJS process used by Hugo can't tree-shake the `index.js` file
currently used. Replace it with a tree-shakable `index.mjs` file to
reduce page size.
pull/8/head
parent 48f7c455ab
commit 5d4a2d8242
Signed by: millironx
GPG Key ID: 09335146883990B9

@ -17,7 +17,7 @@ import {
faUserAstronaut,
faVideo,
faW,
} from "./pro-duotone-svg-icons";
} from "./pro-duotone-svg-icons/index.mjs";
import {
faDiscord,
faGithub,

Loading…
Cancel
Save