mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-15 18:25:18 +02:00
feat(sitemap): add how-to documentation URL to sitemap with daily change frequency
This commit is contained in:
parent
2dbcde78f1
commit
2434e64093
1 changed files with 7 additions and 0 deletions
|
|
@ -175,5 +175,12 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
||||||
changeFrequency: "daily",
|
changeFrequency: "daily",
|
||||||
priority: 0.8,
|
priority: 0.8,
|
||||||
},
|
},
|
||||||
|
// How-to documentation
|
||||||
|
{
|
||||||
|
url: "https://www.surfsense.com/docs/how-to/electric-sql",
|
||||||
|
lastModified,
|
||||||
|
changeFrequency: "daily",
|
||||||
|
priority: 0.8,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue