mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: add web search documentation to sitemap
This commit is contained in:
parent
ab7946f417
commit
9f7da91775
1 changed files with 6 additions and 0 deletions
|
|
@ -224,6 +224,12 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
|||
changeFrequency: "daily",
|
||||
priority: 0.8,
|
||||
},
|
||||
{
|
||||
url: "https://www.surfsense.com/docs/how-to/web-search",
|
||||
lastModified,
|
||||
changeFrequency: "daily",
|
||||
priority: 0.8,
|
||||
},
|
||||
// Developer documentation
|
||||
{
|
||||
url: "https://www.surfsense.com/docs/testing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue