Skip to content

Commit

Permalink
feat(demo): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Dec 28, 2024
1 parent 00a62ba commit e8634b7
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions demo/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,33 @@ export default defineNuxtConfig({
{
key: 'og:image',
property: 'og:image',
content: 'https://sound.vueuse.org/banner.png'
content: 'https://sound.vueuse.org/banner.png',
},
{
name: 'twitter:card',
content: 'summary_large_image'
}
]
content: 'summary_large_image',
},
],
},
},

css: ['~/assets/css/index.css'],
modules: [soundModule as any, '@nuxtjs/tailwindcss', '@nuxt/content', '@vueuse/motion/nuxt'],

content: {
documentDriven: true,
highlight: {
theme: 'one-dark-pro',
},
},

tailwindcss: {
viewer: false,
},

typescript: {
includeWorkspace: true,
},

compatibilityDate: '2024-12-28',
})

0 comments on commit e8634b7

Please sign in to comment.