diff options
author | 2022-01-21 00:24:33 +0000 | |
---|---|---|
committer | 2022-01-21 00:24:33 +0000 | |
commit | a32eee3900cd011c6dcc1118c7115b6f49cd68a9 (patch) | |
tree | 366a7899ec06f091e7273dc87454413cca18ec14 | |
parent | 4c802e25a08d53365899808d84bab17b36502bba (diff) | |
download | astro-a32eee3900cd011c6dcc1118c7115b6f49cd68a9.tar.gz astro-a32eee3900cd011c6dcc1118c7115b6f49cd68a9.tar.zst astro-a32eee3900cd011c6dcc1118c7115b6f49cd68a9.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 ba73108e6..6badeb232 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1174,10 +1174,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' }]], + }, }; ``` @@ -1197,10 +1197,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'], }; ``` |