Refactor on showcase config
parent
9b9af73668
commit
f99106a769
|
@ -42,11 +42,8 @@ export default defineNuxtConfig({
|
|||
'/installation': { redirect: { to: '/vite', statusCode: 301 } }
|
||||
},
|
||||
primevue: {
|
||||
usePrimeVue: true,
|
||||
importTheme: { from: '@/themes/app-theme.js' },
|
||||
components: {
|
||||
exclude: []
|
||||
}
|
||||
autoImport: true,
|
||||
importTheme: { from: '@/themes/app-theme.js' }
|
||||
},
|
||||
app: {
|
||||
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