Skip to content

Commit 53fb5db

Browse files
committed
chore: update playground config
1 parent 2856c54 commit 53fb5db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

playground/nuxt.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { defineNuxtConfig } from 'nuxt'
2-
31
export default defineNuxtConfig({
4-
meta: {
5-
script: [{ src: 'https://unpkg.com/tailwindcss-jit-cdn' }],
2+
app: {
3+
head: {
4+
script: [{ src: 'https://unpkg.com/tailwindcss-jit-cdn' }],
5+
},
66
},
77
modules: ['@nuxtjs/sanity'],
88
sanity: {

0 commit comments

Comments
 (0)