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 @@