mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[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": {
|
"snowpack": {
|
||||||
"workspaceRoot": ".."
|
"workspaceRoot": ".."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@ export const sidebar = [
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
text: 'What is Astro?',
|
text: 'What is Astro?',
|
||||||
link: '/'
|
link: '/',
|
||||||
},
|
},
|
||||||
{ text: 'Example', link: '/example' },
|
{ text: 'Example', link: '/example' },
|
||||||
],
|
],
|
||||||
|
|
|
@ -54,4 +54,4 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.15.1"
|
"node": ">=14.15.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue