summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jonathantneal <jonathantneal@users.noreply.github.com> 2022-01-20 15:05:35 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-20 15:05:35 +0000
commitd1b8fa9b04245c9473bc94a51efdfde0f69dabef (patch)
tree7faeea0d7f73fe425d677d5e1b72cca0cef3d761
parente3731e5fa8a164629c548febfcd62f18055ff178 (diff)
downloadastro-d1b8fa9b04245c9473bc94a51efdfde0f69dabef.tar.gz
astro-d1b8fa9b04245c9473bc94a51efdfde0f69dabef.tar.zst
astro-d1b8fa9b04245c9473bc94a51efdfde0f69dabef.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 83869b079..9ad7f2edf 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1166,10 +1166,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' }]],
+ },
};
```
@@ -1189,10 +1189,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'],
};
```