UNPKG

empress-blog

Version:

Fully-functional, SEO friendly static site implementation of a blog system built on Ember.

13 lines (9 loc) 280 B
/* eslint-disable prettier/prettier */ /* eslint-env node */ module.exports = { description: 'The default blueprint for empress-blog when installing in an addon.', normalizeEntityName() { // no-op }, filesToRemove: ['tests/dummy/app/templates/application.hbs'], };