feat:主页主体框架
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
export default defineNuxtConfig({
|
||||
modules: ['@nuxtjs/tailwindcss'],
|
||||
css: ['~/assets/css/main.css'],
|
||||
vite: {
|
||||
server: {
|
||||
watch: {
|
||||
// `.agents` contains local assistant skills. On Windows, chokidar can
|
||||
// fail while resolving it and cause Nuxt's dev server to restart.
|
||||
ignored: ['**/.agents/**']
|
||||
}
|
||||
}
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
title: '大马棒 · 云途全域 GEO',
|
||||
|
||||
Reference in New Issue
Block a user