0.1.1 • Published 8 years ago
prember-sitemap-generator v0.1.1
prember-sitemap-generator
A sitemap generator for prember apps.
Installation
ember install prember-sitemap-generatorUsage
This should mostly be automatic, and use the urls you define in ENV.prember.urls.
The one thing you do need to configure is baseRoot. This is what will be prepended to your paths.
For example, this is our configuration for our site:
// ember-cli-build.js
...
const app = new EmberApp(defaults, {
prember: {
baseRoot: 'https://shipshape.io',
urls: buildPremberUrls()
}
};
...License
This project is licensed under the MIT License.