diff options
Diffstat (limited to 'packages/astro/test/fixtures/legacy-content-collections/src/content/with-schema-config/two.md')
-rw-r--r-- | packages/astro/test/fixtures/legacy-content-collections/src/content/with-schema-config/two.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/legacy-content-collections/src/content/with-schema-config/two.md b/packages/astro/test/fixtures/legacy-content-collections/src/content/with-schema-config/two.md new file mode 100644 index 000000000..d4de3edf7 --- /dev/null +++ b/packages/astro/test/fixtures/legacy-content-collections/src/content/with-schema-config/two.md @@ -0,0 +1,8 @@ +--- +title: Two +description: The second page +lang: en +publishedAt: 2021-01-02 +--- + +# It's the second page, interesting! |