summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jonathantneal <jonathantneal@users.noreply.github.com> 2022-01-12 16:31:34 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-12 16:31:34 +0000
commitc388e6800fe5b29a0790dbd2ef4ff71597579b1d (patch)
treeb6c2010d52f7324a1ffee79f717386137e5d4a09
parent983bf72aa1a4a8eee907324a8301f286e1fb0e1d (diff)
downloadastro-c388e6800fe5b29a0790dbd2ef4ff71597579b1d.tar.gz
astro-c388e6800fe5b29a0790dbd2ef4ff71597579b1d.tar.zst
astro-c388e6800fe5b29a0790dbd2ef4ff71597579b1d.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 c6e8d39b3..f6eee347f 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1108,10 +1108,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' }]],
+ },
};
```
@@ -1131,10 +1131,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'],
};
```