0
Fork 0
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:
matthewp 2021-06-11 20:34:45 +00:00 committed by GitHub Actions
parent 7d719ff75d
commit e7b5ad362c
3 changed files with 3 additions and 3 deletions

View file

@ -12,4 +12,4 @@
"snowpack": { "snowpack": {
"workspaceRoot": ".." "workspaceRoot": ".."
} }
} }

View file

@ -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' },
], ],

View file

@ -54,4 +54,4 @@
"engines": { "engines": {
"node": ">=14.15.1" "node": ">=14.15.1"
} }
} }