Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Allow .yml content files #69

Closed
medfreeman opened this issue Sep 18, 2017 · 1 comment
Closed

Allow .yml content files #69

medfreeman opened this issue Sep 18, 2017 · 1 comment

Comments

@medfreeman
Copy link
Contributor

medfreeman commented Sep 18, 2017

Atm this module only reads .md and .yaml files and does not support .yml files.

} else if (fileName.search(/\.yaml$/) > -1) {

} else if (meta.fileName.search(/\.yaml$/) > -1) {

This feature request is available on Nuxt.js community (#c63)
@alidcast
Copy link
Contributor

Sure, feel free to add this

alidcast added a commit that referenced this issue Oct 22, 2017
Closes #69. Allow .yml file extension for content files.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants