We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad1674 commit 885e65eCopy full SHA for 885e65e
README.md
@@ -67,11 +67,11 @@ Module default options:
67
| iconsPath | `_icons` | Custom path for icons list page (In order to disable this page, pass `false` or `null` to this option) |
68
| svgoConfig | `null` | Custom config object for SVGO, [How to customize SVGO config](/docs/svgo-config.md) |
69
70
-You can update them with the `svgSprite` option in `nuxt.config.js`:
+You can update them with the `svgSprite` option in `nuxt.config`:
71
72
```js
73
-export default {
74
- buildModules: ['@nuxtjs/svg-sprite'],
+export default defineNuxtConfig({
+ modules: ['@nuxtjs/svg-sprite'],
75
svgSprite: {
76
input: '~/assets/svg/'
77
}
0 commit comments