|
@@ -2,7 +2,7 @@ import { library, config } from '@fortawesome/fontawesome-svg-core'
|
|
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
|
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
|
import { faEnvelope, faBlog, faCookieBite, faCircleXmark, faLink } from '@fortawesome/free-solid-svg-icons';
|
|
import { faEnvelope, faBlog, faCookieBite, faCircleXmark, faLink } from '@fortawesome/free-solid-svg-icons';
|
|
import { faCircleQuestion, faCopyright } from '@fortawesome/free-regular-svg-icons';
|
|
import { faCircleQuestion, faCopyright } from '@fortawesome/free-regular-svg-icons';
|
|
-import { faOrcid, faLinkedin, faGithub, faAppStoreIos, faGooglePlay, faTwitter, faInstagram, faFlickr, faSoundcloud, faYoutube, faDeviantart } from '@fortawesome/free-brands-svg-icons'
|
|
|
|
|
|
+import { faOrcid, faLinkedin, faGithub, faAppStoreIos, faGooglePlay, faTwitter, faInstagram, faMastodon, faFlickr, faSoundcloud, faYoutube, faDeviantart } from '@fortawesome/free-brands-svg-icons'
|
|
|
|
|
|
// This is important, we are going to let Nuxt worry about the CSS
|
|
// This is important, we are going to let Nuxt worry about the CSS
|
|
config.autoAddCss = false;
|
|
config.autoAddCss = false;
|
|
@@ -13,7 +13,7 @@ config.autoAddCss = false;
|
|
library.add(
|
|
library.add(
|
|
faEnvelope, faBlog, faCookieBite, faCircleXmark, faLink,
|
|
faEnvelope, faBlog, faCookieBite, faCircleXmark, faLink,
|
|
faCircleQuestion, faCopyright,
|
|
faCircleQuestion, faCopyright,
|
|
- faOrcid, faLinkedin, faGithub, faAppStoreIos, faGooglePlay, faTwitter, faInstagram, faFlickr, faSoundcloud, faYoutube, faDeviantart
|
|
|
|
|
|
+ faOrcid, faLinkedin, faGithub, faAppStoreIos, faGooglePlay, faTwitter, faInstagram, faMastodon, faFlickr, faSoundcloud, faYoutube, faDeviantart
|
|
);
|
|
);
|
|
|
|
|
|
export default defineNuxtPlugin((nuxtApp) => {
|
|
export default defineNuxtPlugin((nuxtApp) => {
|