diff --git a/src/content/docs/en/reference/configuration-reference.mdx b/src/content/docs/en/reference/configuration-reference.mdx index 4e30098a4ecb4..ef3a39fd99079 100644 --- a/src/content/docs/en/reference/configuration-reference.mdx +++ b/src/content/docs/en/reference/configuration-reference.mdx @@ -978,6 +978,19 @@ Whether to enable the Astro Dev Toolbar. This toolbar allows you to inspect your This option is scoped to the entire project, to only disable the toolbar for yourself, run `npm run astro preferences disable devToolbar`. To disable the toolbar for all your Astro projects, run `npm run astro preferences disable devToolbar --global`. +### devToolbar.placement + +
+
+**Type:** `'bottom-left' | 'bottom-center' | 'bottom-right'`
+**Default:** `'bottom-center'`
+
@@ -1110,6 +1123,19 @@ Whether or not to limit the size of images that the Sharp image service will pro Set `false` to bypass the default image size limit for the Sharp image service and process large images. +#### image.service.config.kernel + +
+
+**Type:** `string | undefined`
+**Default:** `undefined`
+