Skip to content

Commit b4d62e1

Browse files
matthewpactions-user
authored andcommitted
[ci] yarn format
1 parent 5ba2650 commit b4d62e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: packages/astro/CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
10941094
10951095
```js
10961096
export default {
1097-
markdownOptions: {
1098-
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
1099-
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
1100-
},
1097+
markdownOptions: {
1098+
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
1099+
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
1100+
},
11011101
};
11021102
```
11031103

@@ -1117,10 +1117,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
11171117

11181118
```js
11191119
export default {
1120-
name: '@matthewp/my-renderer',
1121-
server: './server.js',
1122-
client: './client.js',
1123-
hydrationPolyfills: ['./my-polyfill.js'],
1120+
name: '@matthewp/my-renderer',
1121+
server: './server.js',
1122+
client: './client.js',
1123+
hydrationPolyfills: ['./my-polyfill.js'],
11241124
};
11251125
```
11261126

0 commit comments

Comments
 (0)