Open RobbieTheWagner opened 6 years ago
Hi @rwwagner90, what's your ember-cli-markdown-as-json
settings in config/environment.js
?
I'm not sure. I converted to using a different addon. I will try this one again and copy the config over later.
I tried:
ENV['ember-cli-markdown-as-json'] = {
contentDirectory: 'app/blog',
attributes: {
author: 'string',
date: 'date',
title: 'string',
slug: 'string'
}
};
It told me it could not watch missing directory "content" or something like that. Looks like contentDirectory
option does not work.
I tried adding a content directory with a post in it and upon running
ember s
I getCannot convert undefined or null to object
. Any ideas?