Skip to content

Commit e7bf155

Browse files
committed
chore(www): update site logo and add shadcn-vue icon
1 parent 5287958 commit e7bf155

File tree

8 files changed

+40
-23
lines changed

8 files changed

+40
-23
lines changed
Lines changed: 9 additions & 0 deletions
Loading

apps/www/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AI Elements Vue is a component library built on top of shadcn-vue to help you bu
2525
::card
2626
---
2727
title: Shadcn Vue
28-
icon: simple-icons:shadcnui
28+
icon: my-icon:shadcn-vue
2929
icon-size: 26
3030
to: https://www.shadcn-vue.com
3131
target: _blank

apps/www/nuxt.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,19 @@ export default defineNuxtConfig({
2626
},
2727
],
2828
},
29+
30+
icon: {
31+
customCollections: [
32+
{
33+
prefix: 'my-icon',
34+
dir: './assets/icons',
35+
},
36+
],
37+
},
38+
2939
build: {
3040
transpile: ['@repo/examples'],
3141
},
42+
3243
compatibilityDate: '2024-07-06',
3344
})

apps/www/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "www",
33
"type": "module",
4+
"version": "0.0.0",
45
"private": true,
56
"scripts": {
67
"build": "nuxt build",
@@ -14,6 +15,7 @@
1415
"@repo/examples": "workspace:*",
1516
"nuxt": "^3.17.6",
1617
"shadcn-docs-nuxt": "^1.1.1",
18+
"tailwindcss": "^4.1.13",
1719
"vue": "^3.5.17",
1820
"vue-router": "^4.5.1"
1921
},

apps/www/public/favicon.ico

18.5 KB
Binary file not shown.

apps/www/public/logo-dark.svg

Lines changed: 7 additions & 11 deletions
Loading

apps/www/public/logo.svg

Lines changed: 7 additions & 11 deletions
Loading

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)