chore: merge branch 'master' into ci/proxy
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m52s

This commit is contained in:
2025-09-27 10:52:51 +08:00

View File

@ -29,6 +29,15 @@ export default defineNuxtConfig({
: process.env.MEILI_SEARCH_INDEXES
: ['production', 'solution'],
},
strapi: {
url: process.env.STRAPI_URL || 'http://localhost:1337',
token: process.env.STRAPI_TOKEN || undefined,
prefix: '/api',
admin: '/admin',
version: 'v5',
cookie: {},
cookieName: 'strapi_jwt',
},
},
},
@ -104,16 +113,6 @@ export default defineNuxtConfig({
langDir: 'locales',
},
strapi: {
url: process.env.STRAPI_URL || 'http://localhost:1337',
token: process.env.STRAPI_TOKEN || undefined,
prefix: '/api',
admin: '/admin',
version: 'v5',
cookie: {},
cookieName: 'strapi_jwt',
},
imports: {
dirs: ['types/**'],
},