Skip to content

Commit 96b639e

Browse files
committed
chore(docs): add favicon
1 parent c5148eb commit 96b639e

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
node_modules/
44
dist/
55
.eslintcache
6+
.DS_Store

docs/nuxt.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ export default defineNuxtConfig({
1212
}
1313
},
1414
},
15+
app: {
16+
head: {
17+
link: [
18+
{
19+
rel: 'icon',
20+
type: 'image/svg+xml',
21+
href: '/dna.svg',
22+
},
23+
],
24+
},
25+
},
1526
ui: {
1627
icons: ['heroicons', 'simple-icons'],
1728
},

docs/public/dna.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/public/favicon.ico

-4.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)