diff --git a/components/BottomNav.vue b/components/BottomNav.vue index 33b0b91..9caa5bc 100644 --- a/components/BottomNav.vue +++ b/components/BottomNav.vue @@ -2,15 +2,15 @@
- + - + - +
diff --git a/components/Footer.vue b/components/Footer.vue index 3695977..a6ed68d 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -3,9 +3,9 @@
- - - + + +

info@abandontech.cloud

diff --git a/components/ProjectAboutPage.vue b/components/ProjectAboutPage.vue index 73e96d3..4f94432 100644 --- a/components/ProjectAboutPage.vue +++ b/components/ProjectAboutPage.vue @@ -8,7 +8,7 @@ {{ props.description }}

- + diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index cc58fbc..5399e1a 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -10,7 +10,7 @@
- +
diff --git a/nuxt.config.ts b/nuxt.config.ts index c8f8152..43f1f31 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -12,7 +12,7 @@ export default defineNuxtConfig({ enabled: true } }, - css: ["/assets/css/main.css", "@fortawesome/fontawesome-svg-core/styles.css"], + css: ["/assets/css/main.css"], modules: ["@nuxtjs/tailwindcss", "@nuxtjs/color-mode"], tailwindcss: { exposeConfig: true, diff --git a/package.json b/package.json index 6b488a0..85b5439 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,6 @@ "postinstall": "nuxt prepare" }, "dependencies": { - "@fortawesome/fontawesome-svg-core": "^6.5.1", - "@fortawesome/free-brands-svg-icons": "^6.5.1", - "@fortawesome/free-solid-svg-icons": "^6.5.1", - "@fortawesome/vue-fontawesome": "^3.0.6", "@nuxtjs/color-mode": "^3.3.2", "nuxt": "^3.10.1", "vue": "^3.4.15", diff --git a/plugins/fontawesome.js b/plugins/fontawesome.js deleted file mode 100644 index 6a1370a..0000000 --- a/plugins/fontawesome.js +++ /dev/null @@ -1,16 +0,0 @@ -import { library, config } from "@fortawesome/fontawesome-svg-core" -import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome" -import { fas } from "@fortawesome/free-solid-svg-icons" -import { fab } from "@fortawesome/free-brands-svg-icons" - -// This is important, we are going to let Nuxt worry about the CSS -config.autoAddCss = false - -// You can add your icons directly in this plugin. See other examples for how you -// can add other styles or just individual icons. -library.add(fas) -library.add(fab) - -export default defineNuxtPlugin((nuxtApp) => { - nuxtApp.vueApp.component("font-awesome-icon", FontAwesomeIcon, {}) -}) \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 1991caf..1ce6da6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -577,37 +577,6 @@ resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz" integrity sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA== -"@fortawesome/fontawesome-common-types@6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.5.1.tgz#fdb1ec4952b689f5f7aa0bffe46180bb35490032" - integrity sha512-GkWzv+L6d2bI5f/Vk6ikJ9xtl7dfXtoRu3YGE6nq0p/FFqA1ebMOAWg3XgRyb0I6LYyYkiAo+3/KrwuBp8xG7A== - -"@fortawesome/fontawesome-svg-core@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.5.1.tgz#9d56d46bddad78a7ebb2043a97957039fcebcf0a" - integrity sha512-MfRCYlQPXoLlpem+egxjfkEuP9UQswTrlCOsknus/NcMoblTH2g0jPrapbcIb04KGA7E2GZxbAccGZfWoYgsrQ== - dependencies: - "@fortawesome/fontawesome-common-types" "6.5.1" - -"@fortawesome/free-brands-svg-icons@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-6.5.1.tgz#e948cc02404277cb8ad40fe3573ca75f2830e876" - integrity sha512-093l7DAkx0aEtBq66Sf19MgoZewv1zeY9/4C7vSKPO4qMwEsW/2VYTUTpBtLwfb9T2R73tXaRDPmE4UqLCYHfg== - dependencies: - "@fortawesome/fontawesome-common-types" "6.5.1" - -"@fortawesome/free-solid-svg-icons@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.5.1.tgz#737b8d787debe88b400ab7528f47be333031274a" - integrity sha512-S1PPfU3mIJa59biTtXJz1oI0+KAXW6bkAb31XKhxdxtuXDiUIFsih4JR1v5BbxY7hVHsD1RKq+jRkVRaf773NQ== - dependencies: - "@fortawesome/fontawesome-common-types" "6.5.1" - -"@fortawesome/vue-fontawesome@^3.0.6": - version "3.0.6" - resolved "https://registry.yarnpkg.com/@fortawesome/vue-fontawesome/-/vue-fontawesome-3.0.6.tgz#c5e627475c10869a091280610c96411d18206f3a" - integrity sha512-akrL7lTroyNpPkoHtvK2UpsMzJr6jXdHaQ0YdcwqDsB8jdwlpNHZYijpOUd9KJsARr+VB3WXY4EyObepqJ4ytQ== - "@ioredis/commands@^1.1.1": version "1.2.0" resolved "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz"