2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-26 04:34:04 +03:00

Update nuxt.config.ts

This commit is contained in:
Jeff Sagal
2022-12-08 08:56:40 -08:00
parent 47caf744cd
commit 229a0b527f
+7 -1
View File
@@ -1,4 +1,3 @@
import { defineNuxtConfig } from 'nuxt'
import { fileURLToPath, URL } from 'url'
// https://v3.nuxtjs.org/api/configuration/nuxt.config
@@ -10,6 +9,13 @@ export default defineNuxtConfig({
// https://color-mode.nuxtjs.org/
colorMode: { classSuffix: '' },
app: {
head: {
title: 'Vue Select',
meta: [{ name: 'description', content: 'My amazing site.' }],
},
},
// https://content.nuxtjs.org/api/configuration
content: {
documentDriven: true,