diff options
author | 2021-06-10 10:30:48 -0600 | |
---|---|---|
committer | 2021-06-10 10:30:48 -0600 | |
commit | a660e49f80accbc4e18f48cc10bf23a239f711fe (patch) | |
tree | 7f6652556315008cef020dd3ef4ef3c298a2da13 /examples | |
parent | 047b0fcc6cbe722fd0f3d8ca7894e7986f004302 (diff) | |
download | astro-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.json | 5 | ||||
-rw-r--r-- | examples/starter/meta.json | 5 |
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 -} |