Skip to content

Commit

Permalink
feat: add @nuxt/fonts module
Browse files Browse the repository at this point in the history
  • Loading branch information
k-urtica committed Jul 11, 2024
1 parent b8bb0c1 commit d45bb32
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@ sw.*
# Vim swap files
*.swp

.output
.output

.data
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineNuxtConfig({

css: ['~/assets/main.css'],

modules: ['@nuxtjs/tailwindcss', '@nuxtjs/sitemap', '@nuxt/eslint'],
modules: ['@nuxtjs/tailwindcss', '@nuxtjs/sitemap', '@nuxt/eslint', '@nuxt/fonts'],

sitemap: {
autoLastmod: false,
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"lint-fix": "eslint . --fix",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.7.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.0",
"@mdi/js": "^7.4.47",
Expand Down
Loading

0 comments on commit d45bb32

Please sign in to comment.