summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-12-23 21:02:26 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-12-23 21:02:26 +0000
commit57773b932fef2539a2389a85458c55be9b419572 (patch)
tree38fdabaa2f59bab0444ed7a11f4ce477793fbcfc
parent0a7e7a8dd22ebb21c543d310623ab5d962017378 (diff)
downloadastro-57773b932fef2539a2389a85458c55be9b419572.tar.gz
astro-57773b932fef2539a2389a85458c55be9b419572.tar.zst
astro-57773b932fef2539a2389a85458c55be9b419572.zip
[ci] yarn format
-rw-r--r--packages/astro/CHANGELOG.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index e123e2dff..6e89215d1 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1035,10 +1035,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' }]],
+ },
};
```
@@ -1058,10 +1058,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'],
};
```