Set base bath as root
parent
e4ee369259
commit
216f519e4a
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue