Skip to content

Commit

Permalink
feat: add a favicon to document-driven playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Jul 11, 2023
1 parent 159c91e commit ac36ed9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions playground/document-driven/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
export default defineNuxtConfig({
extends: ['../shared'],
app: {
head: {
link: [
{
rel: 'icon',
type: 'image/ico',
href: '/favicon.ico'
}
]
}
},
content: {
documentDriven: {
globals: {
Expand Down
Binary file added playground/document-driven/public/favicon.ico
Binary file not shown.

0 comments on commit ac36ed9

Please sign in to comment.