summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-06-10 10:30:48 -0600
committerGravatar GitHub <noreply@github.com> 2021-06-10 10:30:48 -0600
commita660e49f80accbc4e18f48cc10bf23a239f711fe (patch)
tree7f6652556315008cef020dd3ef4ef3c298a2da13 /examples
parent047b0fcc6cbe722fd0f3d8ca7894e7986f004302 (diff)
downloadastro-a660e49f80accbc4e18f48cc10bf23a239f711fe.tar.gz
astro-a660e49f80accbc4e18f48cc10bf23a239f711fe.tar.zst
astro-a660e49f80accbc4e18f48cc10bf23a239f711fe.zip
Add integration test for templates (#372)
Diffstat (limited to 'examples')
-rw-r--r--examples/blog/meta.json5
-rw-r--r--examples/starter/meta.json5
2 files changed, 0 insertions, 10 deletions
diff --git a/examples/blog/meta.json b/examples/blog/meta.json
deleted file mode 100644
index caa6852e5..000000000
--- a/examples/blog/meta.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "title": "Blog",
- "description": "an SEO-optimized blog starter",
- "rank": 1
-}
diff --git a/examples/starter/meta.json b/examples/starter/meta.json
deleted file mode 100644
index e9f3778c7..000000000
--- a/examples/starter/meta.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "title": "Getting Started",
- "description": "a friendly starting point for new astronauts",
- "rank": 999
-}