0.1.5 • Published 5 years ago

@fudohq/react-snap-sitemap v0.1.5

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

React Snap Sitemap

A companion package for react-snap.

This package allows you to generate a sitemap.xml based off the created directories and files produced by react-snap.

Installation

npm install --save @leadhome/react-snap-sitemap

Useage

Add && react-snap-sitemap --base-url='http://example.com/' to the end of your postBuild script after you've the react-snap command.

You can also add --change-frequency=always|daily|weekly|monthly|yearly|never.