diff options
author | 2021-09-06 09:39:06 -0700 | |
---|---|---|
committer | 2021-09-06 09:39:06 -0700 | |
commit | ef09c3d3bf75fa3b84f869eab409cdd211cb4842 (patch) | |
tree | 105eb4488204568af3d4f19089a5f0406c72b5e4 /docs/src | |
parent | 406c7d37a5ea45b418a681214a10c512ece3f966 (diff) | |
download | astro-ef09c3d3bf75fa3b84f869eab409cdd211cb4842.tar.gz astro-ef09c3d3bf75fa3b84f869eab409cdd211cb4842.tar.zst astro-ef09c3d3bf75fa3b84f869eab409cdd211cb4842.zip |
fix type on themes.json
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/data/themes.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/data/themes.json b/docs/src/data/themes.json index 6ed1201d0..60eeb06a3 100644 --- a/docs/src/data/themes.json +++ b/docs/src/data/themes.json @@ -35,10 +35,10 @@ { "name": "minimal", "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, - "sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/minimum", - "command": "npm init astro -- --template minimum" + "sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/minimal", + "command": "npm init astro -- --template minimal" } ], "community": [ |