Skip to content

Commit

Permalink
Update examples/with-sitemap/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Alvarez D. <[email protected]>
  • Loading branch information
khattakdev and lfades authored Jul 24, 2020
1 parent d29fab6 commit 90c0c0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/with-sitemap/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# With Sitemap example

This example shows how to generate Sitemap for static [Next.js](https://nextjs.org/) paths.
Every time, you try to start a development server or make a build, you get an updated `sitemap.xml` file in the `public` directory(`http://localhost:3000/sitemap.xml`).
This example shows how to generate a `sitemap.xml` file based on the pages in your [Next.js](https://nextjs.org/) app. The sitemap will be generated and saved in the `public` directory after starting the development server or by making a build.

## Deploy your own

Expand Down

0 comments on commit 90c0c0c

Please sign in to comment.