Refactor on showcase config
parent
9b9af73668
commit
f99106a769
|
@ -42,11 +42,8 @@ export default defineNuxtConfig({
|
||||||
'/installation': { redirect: { to: '/vite', statusCode: 301 } }
|
'/installation': { redirect: { to: '/vite', statusCode: 301 } }
|
||||||
},
|
},
|
||||||
primevue: {
|
primevue: {
|
||||||
usePrimeVue: true,
|
autoImport: true,
|
||||||
importTheme: { from: '@/themes/app-theme.js' },
|
importTheme: { from: '@/themes/app-theme.js' }
|
||||||
components: {
|
|
||||||
exclude: []
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
app: {
|
app: {
|
||||||
baseURL: baseUrl,
|
baseURL: baseUrl,
|
||||||
|
|
16057
pnpm-lock.yaml
16057
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue