summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-12-30 14:15:29 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-12-30 14:15:29 +0000
commitae1e61aec8b1c1ce3ebb4e45359151b584adb1c6 (patch)
tree05dc4369119a39180b753dbc009098e7194b61d7
parent1da4682a5038f908ec67b9d67cc98ce9a652510d (diff)
downloadastro-ae1e61aec8b1c1ce3ebb4e45359151b584adb1c6.tar.gz
astro-ae1e61aec8b1c1ce3ebb4e45359151b584adb1c6.tar.zst
astro-ae1e61aec8b1c1ce3ebb4e45359151b584adb1c6.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 cd3c44c90..4c2b1aaf6 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1041,10 +1041,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' }]],
+ },
};
```
@@ -1064,10 +1064,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'],
};
```