[ci] yarn format
This commit is contained in:
parent
7d719ff75d
commit
e7b5ad362c
3 changed files with 3 additions and 3 deletions
|
@ -12,4 +12,4 @@
|
|||
"snowpack": {
|
||||
"workspaceRoot": ".."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ export const sidebar = [
|
|||
children: [
|
||||
{
|
||||
text: 'What is Astro?',
|
||||
link: '/'
|
||||
link: '/',
|
||||
},
|
||||
{ text: 'Example', link: '/example' },
|
||||
],
|
||||
|
|
|
@ -54,4 +54,4 @@
|
|||
"engines": {
|
||||
"node": ">=14.15.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue