fix type on themes.json

This commit is contained in:
Fred K. Schott 2021-09-06 09:39:06 -07:00
parent 406c7d37a5
commit ef09c3d3bf

View file

@ -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": [