A sitemap generator for prember apps.
- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
ember install prember-sitemap-generator
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()
}
};
...
See the Contributing guide for details.
This project is licensed under the MIT License.