mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +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'
|
import { fileURLToPath, URL } from 'url'
|
||||||
|
|
||||||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||||
@@ -10,6 +9,13 @@ export default defineNuxtConfig({
|
|||||||
// https://color-mode.nuxtjs.org/
|
// https://color-mode.nuxtjs.org/
|
||||||
colorMode: { classSuffix: '' },
|
colorMode: { classSuffix: '' },
|
||||||
|
|
||||||
|
app: {
|
||||||
|
head: {
|
||||||
|
title: 'Vue Select',
|
||||||
|
meta: [{ name: 'description', content: 'My amazing site.' }],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
// https://content.nuxtjs.org/api/configuration
|
// https://content.nuxtjs.org/api/configuration
|
||||||
content: {
|
content: {
|
||||||
documentDriven: true,
|
documentDriven: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user