summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-01-24 14:40:29 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-24 14:40:29 +0000
commitef85fcc7ab20c7bbecc19ec57462295769e66ec3 (patch)
tree50f79646bb23ab1ac8856ad746339c998538615e
parent3059cc8e39216fa2747758aa19753294c6630829 (diff)
downloadastro-ef85fcc7ab20c7bbecc19ec57462295769e66ec3.tar.gz
astro-ef85fcc7ab20c7bbecc19ec57462295769e66ec3.tar.zst
astro-ef85fcc7ab20c7bbecc19ec57462295769e66ec3.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 8ebdfb00f..9bb7ff9d4 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1184,10 +1184,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' }]],
+ },
};
```
@@ -1207,10 +1207,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'],
};
```