diff --git a/src/components/NcAvatar/NcAvatar.vue b/src/components/NcAvatar/NcAvatar.vue
index ae54321b2f..80474a9208 100644
--- a/src/components/NcAvatar/NcAvatar.vue
+++ b/src/components/NcAvatar/NcAvatar.vue
@@ -14,7 +14,7 @@
### Avatar with image
```vue
-
+
```
### Avatar with material design icon
diff --git a/styleguide.config.js b/styleguide.config.js
index 5efd9bf9bf..b54dcc57a6 100644
--- a/styleguide.config.js
+++ b/styleguide.config.js
@@ -32,6 +32,10 @@ module.exports = async () => {
path.join(__dirname, 'styleguide/assets/additional.css'),
path.join(__dirname, 'styleguide/assets/styleguide.css'),
],
+
+ assetsDir: path.join(__dirname, 'styleguide/assets/img'),
+ styleguideDir: 'styleguide/build',
+
pagePerSection: true,
minimize: true,
verbose: false,