diff --git a/nuxt.config.js b/nuxt.config.js index 6832a9882..474f8c633 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -27,7 +27,7 @@ export default defineNuxtConfig({ }, unstyled: false, layerOrder: 'primevue', - importTheme: { from: '@/themes/aura.js' }, + importTheme: { from: '@/themes/app-theme.js' }, resolvePath: function ({ as, from, type }) { const resolvedPath = from.replace('primevue', '@/components/lib'); diff --git a/themes/aura.js b/themes/app-theme.js similarity index 100% rename from themes/aura.js rename to themes/app-theme.js