fix(config) : disable pathPrefix for component auto-imports
This commit is contained in:
@@ -18,6 +18,11 @@ const appVersion = process.env.NUXT_PUBLIC_APP_VERSION || getAppVersion()
|
||||
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
components: {
|
||||
dirs: [
|
||||
{ path: '~/components', pathPrefix: false },
|
||||
],
|
||||
},
|
||||
ssr: false, // Désactive le SSR pour un mode SPA pur (Client-Side Rendering uniquement)
|
||||
devtools: { enabled: true },
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user