diff options
author | 2021-12-30 17:04:12 +0000 | |
---|---|---|
committer | 2021-12-30 17:04:12 +0000 | |
commit | 4fd2abc606bb3ffcae588957b6b54bfa19bc83c3 (patch) | |
tree | 0fe9c6a648c35013a4b15da9ab3bb2ef2477c007 | |
parent | c5a67b42753a64b98142c5f60f2f37c136b8622d (diff) | |
download | astro-4fd2abc606bb3ffcae588957b6b54bfa19bc83c3.tar.gz astro-4fd2abc606bb3ffcae588957b6b54bfa19bc83c3.tar.zst astro-4fd2abc606bb3ffcae588957b6b54bfa19bc83c3.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 9001fd7e8..f52c853a3 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1047,10 +1047,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' }]], + }, }; ``` @@ -1070,10 +1070,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'], }; ``` |