summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-01-04 14:48:03 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-04 14:48:03 +0000
commite75b50d55d7c4a9dbe0e73b2aa71b5f9a70d0b43 (patch)
tree7c58503141e1de34e2d396b8f79c405d6f5e3fbb
parent69f4ff5473fb1c3f5a1562e9fad71e2ba609edea (diff)
downloadastro-e75b50d55d7c4a9dbe0e73b2aa71b5f9a70d0b43.tar.gz
astro-e75b50d55d7c4a9dbe0e73b2aa71b5f9a70d0b43.tar.zst
astro-e75b50d55d7c4a9dbe0e73b2aa71b5f9a70d0b43.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 848bed5e4..d49fffbaa 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1053,10 +1053,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' }]],
+ },
};
```
@@ -1076,10 +1076,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'],
};
```