summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2022-01-06 00:57:38 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-06 00:57:38 +0000
commitc3770dd1203f568629b5b7ce1f473af1d83e766e (patch)
treee71364a15237e05032a926a4c1ac47b3d153bf00
parentf80800857e2710a8867efdc2cafa43630642aae6 (diff)
downloadastro-c3770dd1203f568629b5b7ce1f473af1d83e766e.tar.gz
astro-c3770dd1203f568629b5b7ce1f473af1d83e766e.tar.zst
astro-c3770dd1203f568629b5b7ce1f473af1d83e766e.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 d996356ba..c1f5daf12 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1082,10 +1082,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' }]],
+ },
};
```
@@ -1105,10 +1105,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'],
};
```