1 parent 2856c54 commit 53fb5dbCopy full SHA for 53fb5db
1 file changed
playground/nuxt.config.js
@@ -1,8 +1,8 @@
1
-import { defineNuxtConfig } from 'nuxt'
2
-
3
export default defineNuxtConfig({
4
- meta: {
5
- script: [{ src: 'https://unpkg.com/tailwindcss-jit-cdn' }],
+ app: {
+ head: {
+ script: [{ src: 'https://unpkg.com/tailwindcss-jit-cdn' }],
+ },
6
},
7
modules: ['@nuxtjs/sanity'],
8
sanity: {
0 commit comments