fix type on themes.json
This commit is contained in:
parent
406c7d37a5
commit
ef09c3d3bf
1 changed files with 3 additions and 3 deletions
|
@ -35,10 +35,10 @@
|
||||||
{
|
{
|
||||||
"name": "minimal",
|
"name": "minimal",
|
||||||
"description": "A minimal theme, with just the bare minimum needed to get started.",
|
"description": "A minimal theme, with just the bare minimum needed to get started.",
|
||||||
"github": "https://github.com/snowpackjs/astro/tree/main/examples/minimum",
|
"github": "https://github.com/snowpackjs/astro/tree/main/examples/minimal",
|
||||||
"demo": null,
|
"demo": null,
|
||||||
"sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/minimum",
|
"sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/minimal",
|
||||||
"command": "npm init astro -- --template minimum"
|
"command": "npm init astro -- --template minimal"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"community": [
|
"community": [
|
||||||
|
|
Loading…
Reference in a new issue