no message

This commit is contained in:
A1300399510
2023-12-08 19:08:55 +08:00
parent 067580409c
commit b04806110a
138 changed files with 383 additions and 764 deletions

View File

@@ -6,6 +6,8 @@ export default defineNuxtConfig({
baseUrl: process.env.BASE_URL || "http://localhost:3000",
},
app: {
buildAssetsDir: "/static/",
head: {
link: [
{
@@ -48,4 +50,5 @@ export default defineNuxtConfig({
},
},
devtools: {enabled: true},
})