Adopt logistics visual system across webapp
This commit is contained in:
@@ -161,7 +161,17 @@ export default defineNuxtConfig({
|
||||
ssr: true,
|
||||
app: {
|
||||
baseURL: '/',
|
||||
layoutTransition: { name: 'layout', mode: 'out-in' }
|
||||
layoutTransition: { name: 'layout', mode: 'out-in' },
|
||||
head: {
|
||||
link: [
|
||||
{ rel: 'preconnect', href: 'https://fonts.googleapis.com' },
|
||||
{ rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' },
|
||||
{
|
||||
rel: 'stylesheet',
|
||||
href: 'https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800;900&display=swap',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
sourcemap: enableSourceMaps ? { server: true, client: true } : false,
|
||||
nitro: {
|
||||
@@ -193,7 +203,6 @@ export default defineNuxtConfig({
|
||||
},
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
odooApiUrl: process.env.NUXT_PUBLIC_ODOO_API_URL || 'https://odoo.optovia.ru',
|
||||
terminusGraphql: process.env.NUXT_PUBLIC_TERMINUS_GRAPHQL || 'https://terminus.optovia.ru/graphql',
|
||||
siteUrl: process.env.NUXT_PUBLIC_SITE_URL || 'http://localhost:3000',
|
||||
langAgentUrl: process.env.NUXT_PUBLIC_LANG_AGENT_URL || 'http://localhost:8000/agent',
|
||||
|
||||
Reference in New Issue
Block a user