0.4.1 • Published 4 years ago

next-sitemap-gen v0.4.1

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

Sitemap generation for Next.js projects

Experimental

Installation

$ npm i next-sitemap-gen -D

Usage

You can use it as npm script

scripts: {
    sitemap: 'next-sm-gen http://domain.com/'
}

and then in your terminal
$ npm run sitemap

The file will be located on your project's public folder.

0.4.1

4 years ago

0.4.0

4 years ago

0.1.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago