Skip to content

Commit

Permalink
docs: update outdated link in sitemap.md (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-Inoue committed Dec 26, 2022
1 parent b98cb11 commit 0872868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.guide/3.recipes/1.sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This can be created by utilising the `sitemap` library, which can be installed a

## Server Route

We will be utilising the [server routes](https://v3.nuxtjs.org/guide/features/server-routes) available within Nuxt, and to do so you'll need to create the `server/` directory within your website's root directly.
We will be utilising the [server routes](https://nuxt.com/docs/guide/directory-structure/server#server-routes) available within Nuxt, and to do so you'll need to create the `server/` directory within your website's root directly.

Once this is done, create a `routes/` directory inside this, and add a `sitemap.xml.ts` file, this will translate to `/sitemap.xml`.

Expand Down

0 comments on commit 0872868

Please sign in to comment.