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:
+7
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user