From 8023cc83bc4bed882b7ea61df062ead293472a5e Mon Sep 17 00:00:00 2001 From: Ilya Gushchin Date: Thu, 16 Dec 2021 09:58:59 +0300 Subject: [PATCH] Update nuxt.config.ts --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index ec3807e..f31c484 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -9,6 +9,7 @@ const rootPath = process.env.NUXT_ENV_ROOT || '/' const apolloUri = 'https://api.ste3d.ru/index.php?route=api/graphql/usage' const config: NuxtConfig = { + target: 'static', head: { title: '5D Additive Manufacturing', titleTemplate: 'Stereotech - %s',