diff options
author | 2022-01-20 15:05:35 +0000 | |
---|---|---|
committer | 2022-01-20 15:05:35 +0000 | |
commit | d1b8fa9b04245c9473bc94a51efdfde0f69dabef (patch) | |
tree | 7faeea0d7f73fe425d677d5e1b72cca0cef3d761 | |
parent | e3731e5fa8a164629c548febfcd62f18055ff178 (diff) | |
download | astro-d1b8fa9b04245c9473bc94a51efdfde0f69dabef.tar.gz astro-d1b8fa9b04245c9473bc94a51efdfde0f69dabef.tar.zst astro-d1b8fa9b04245c9473bc94a51efdfde0f69dabef.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 83869b079..9ad7f2edf 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1166,10 +1166,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' }]], + }, }; ``` @@ -1189,10 +1189,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'], }; ``` |