Dockerized the application, fixed fonts, improved SEO, upgraded to Nuxt 3.8.2

This commit is contained in:
2023-11-25 19:52:25 +03:00
parent 2bd1e4a512
commit 4939d24f62
28 changed files with 3011 additions and 16621 deletions
+1 -4
View File
@@ -1,13 +1,10 @@
import { library, config } from '@fortawesome/fontawesome-svg-core'
import { far } from '@fortawesome/free-regular-svg-icons'
import { fab } from '@fortawesome/free-brands-svg-icons'
import { fas } from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
// Add icon packs.
library.add(far, fab, fas)
library.add(fab)
// Let Nuxt manage CSS.
config.autoAddCss = false