2026-01-28 11:35:14 +08:00
|
|
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
|
|
|
export default defineNuxtConfig({
|
|
|
|
|
compatibilityDate: "2025-07-15",
|
|
|
|
|
devtools: { enabled: true },
|
|
|
|
|
modules: ["@nuxt/eslint", "@nuxt/image", "@nuxt/scripts", "@vueuse/motion/nuxt"],
|
|
|
|
|
app: {
|
|
|
|
|
head: {
|
|
|
|
|
title: "河北秦安安全科技股份有限公司",
|
|
|
|
|
},
|
|
|
|
|
},
|
2026-03-10 10:13:19 +08:00
|
|
|
runtimeConfig: {
|
|
|
|
|
public: {
|
|
|
|
|
apiBaseUrl: process.env.NUXT_PUBLIC_API_BASE_URL,
|
|
|
|
|
apiPrefix: process.env.NUXT_PUBLIC_API_PREFIX,
|
|
|
|
|
},
|
|
|
|
|
},
|
2026-01-28 11:35:14 +08:00
|
|
|
});
|