feat: app icon and readme

This commit is contained in:
2025-10-09 03:34:57 +02:00
parent 4f6a7005c4
commit a7b92e9f8b
2 changed files with 5 additions and 1 deletions

View File

@@ -23,7 +23,8 @@
"nuxt": "^4.1.2",
"nuxt-llms": "0.1.3",
"nuxt-og-image": "^5.1.11",
"tailwindcss": "^4.1.14"
"tailwindcss": "^4.1.14",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@nuxt/eslint": "^1.9.0",

View File

@@ -50,6 +50,9 @@ importers:
tailwindcss:
specifier: ^4.1.14
version: 4.1.14
unist-util-visit:
specifier: ^5.0.0
version: 5.0.0
devDependencies:
'@nuxt/eslint':
specifier: ^1.9.0