diff options
author | 2022-02-11 22:12:48 +0000 | |
---|---|---|
committer | 2022-02-11 22:12:48 +0000 | |
commit | 5272be3fa50ad53a07c123b5e0aed11ccfe7b99f (patch) | |
tree | fa57e5d3d347a4511c622207cc0969553f8ee33a | |
parent | 9e6f4374296d332aae08c038e76222bd1cb68848 (diff) | |
download | astro-5272be3fa50ad53a07c123b5e0aed11ccfe7b99f.tar.gz astro-5272be3fa50ad53a07c123b5e0aed11ccfe7b99f.tar.zst astro-5272be3fa50ad53a07c123b5e0aed11ccfe7b99f.zip |
[ci] yarn format
-rw-r--r-- | packages/astro/CHANGELOG.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 67a35431b..aa3722fd5 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1301,10 +1301,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - markdownOptions: { - remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], - rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], - }, + markdownOptions: { + remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], + rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], + }, }; ``` @@ -1324,10 +1324,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - name: '@matthewp/my-renderer', - server: './server.js', - client: './client.js', - hydrationPolyfills: ['./my-polyfill.js'], + name: '@matthewp/my-renderer', + server: './server.js', + client: './client.js', + hydrationPolyfills: ['./my-polyfill.js'], }; ``` |