Set base bath as root

pull/3613/head
Cagatay Civici 2023-01-30 15:32:05 +03:00
parent e4ee369259
commit 216f519e4a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import vueJsx from '@vitejs/plugin-vue-jsx';
import path from 'path';
const baseUrl = process.env.NODE_ENV === 'production' ? '/primevue/' : '/';
const baseUrl = '/';
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({