[ci] format
This commit is contained in:
parent
5fe52737cb
commit
3cc6fb81da
2 changed files with 2 additions and 7 deletions
5
examples/with-mdx/.vscode/extensions.json
vendored
5
examples/with-mdx/.vscode/extensions.json
vendored
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"astro-build.astro-vscode",
|
||||
"silvenon.mdx"
|
||||
],
|
||||
"recommendations": ["astro-build.astro-vscode", "silvenon.mdx"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
|
|
|
@ -14,6 +14,4 @@ Written by: {new Intl.ListFormat('en').format(authors.map(d => d.name))}.
|
|||
|
||||
Published on: {new Intl.DateTimeFormat('en', {dateStyle: 'long'}).format(published)}.
|
||||
|
||||
<Counter client:idle>
|
||||
## This is a counter!
|
||||
</Counter>
|
||||
<Counter client:idle>## This is a counter!</Counter>
|
||||
|
|
Loading…
Reference in a new issue