Skip to content

Commit

Permalink
docs: missing closing bracket in Nuxt installation guide (#18805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto authored Dec 4, 2023
1 parent 64959c1 commit cb5ed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default defineNuxtConfig({
},
},
},
}
})
```

Nuxt allows you to change its Vite config by using its built-in hook `vite:extendConfig`. In its callback function, add the Vuetify plugin to the array of Vite plugins. To resolve relative asset URLs that are passed to Vuetify components such as `VImg` (e.g. `~/assets/img/some.png`) the `transformAssetUrls` function needs to be added in the `vite` entry .
Expand Down

0 comments on commit cb5ed73

Please sign in to comment.