summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-06 09:39:06 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-06 09:39:06 -0700
commitef09c3d3bf75fa3b84f869eab409cdd211cb4842 (patch)
tree105eb4488204568af3d4f19089a5f0406c72b5e4 /docs/src
parent406c7d37a5ea45b418a681214a10c512ece3f966 (diff)
downloadastro-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.json6
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": [