From 5ce92f674ea97ca50c09816350a4307d0bd7c99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Sofuo=C4=9Flu?= Date: Tue, 27 Dec 2022 13:37:27 +0300 Subject: [PATCH] Target removed. Intro moved to landing --- nuxt.config.js | 1 - pages/index.vue | 5 +++-- pages/{ => landing}/Intro.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename pages/{ => landing}/Intro.vue (88%) diff --git a/nuxt.config.js b/nuxt.config.js index 5cbbff7b1..0f620662d 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -7,7 +7,6 @@ const baseUrl = process.env.NODE_ENV === 'production' ? '/primevue-nuxt/' : '/'; export default defineNuxtConfig({ typescript: false, components: true, - target: 'static', app: { baseURL: baseUrl, head: { diff --git a/pages/index.vue b/pages/index.vue index 4120a5d05..a978a42e1 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -13,7 +13,6 @@