### Features

#### Disable default metatag image

You can now disable the metatag image (Open Graph and co) with the following option:

```yaml
```yaml
metatags:
  image:
    enabled: false
```

[Documentation →](/documentation/configuration/#metatags-configuration)

### Miscs

- Dependencies updated
