summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jonathantneal <jonathantneal@users.noreply.github.com> 2022-01-20 03:13:50 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-20 03:13:50 +0000
commit97ebc82fa901eda938932c7a8d1b3b3710a349d7 (patch)
treeefe1709ee22cf33160dc7d3339df30154f2f8ed9
parent5d79bd7e93cda57e85f2d1fc9c4d7e700fc2b195 (diff)
downloadastro-97ebc82fa901eda938932c7a8d1b3b3710a349d7.tar.gz
astro-97ebc82fa901eda938932c7a8d1b3b3710a349d7.tar.zst
astro-97ebc82fa901eda938932c7a8d1b3b3710a349d7.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 e9a6f3443..0ec83edc9 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1160,10 +1160,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' }]],
+ },
};
```
@@ -1183,10 +1183,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'],
};
```