diff options
Diffstat (limited to 'packages/astro/test/fixtures/legacy-content-collections/src/content/with-custom-slugs/one.md')
-rw-r--r-- | packages/astro/test/fixtures/legacy-content-collections/src/content/with-custom-slugs/one.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/legacy-content-collections/src/content/with-custom-slugs/one.md b/packages/astro/test/fixtures/legacy-content-collections/src/content/with-custom-slugs/one.md new file mode 100644 index 000000000..d6d5bd907 --- /dev/null +++ b/packages/astro/test/fixtures/legacy-content-collections/src/content/with-custom-slugs/one.md @@ -0,0 +1,5 @@ +--- +slug: fancy-one +--- + +# It's the first page, fancy! |