no message

This commit is contained in:
A1300399510
2023-12-06 15:23:13 +08:00
commit 9183ec8001
87 changed files with 17166 additions and 0 deletions

16
nuxt.config.ts Normal file
View File

@@ -0,0 +1,16 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
ssr: true,
env: {
baseUrl: process.env.BASE_URL || "http://localhost:3000",
},
app: {
head: {
script: [
{src: "https://app.gter.net/bottom?tpl=header&menukey=ask"},
{src: "https://app.gter.net/bottom?tpl=footer", body: true},
],
},
},
devtools: {enabled: true},
})