mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-08-05 13:45:23 -07:00
Add sitemap head tag (#32)
This commit is contained in:
@@ -110,6 +110,15 @@ const config: Config = {
|
||||
href: "/fontawesome/webfonts/fa-sharp-regular-400.woff2",
|
||||
},
|
||||
},
|
||||
{
|
||||
tagName: "link",
|
||||
attributes: {
|
||||
rel: "sitemap",
|
||||
type: "application/xml",
|
||||
title: "Sitemap",
|
||||
href: "/sitemap.xml",
|
||||
},
|
||||
},
|
||||
],
|
||||
stylesheets: ["/fontawesome/css/fontawesome.min.css", "/fontawesome/css/sharp-regular.min.css"],
|
||||
staticDirectories: ["static"],
|
||||
|
||||
Reference in New Issue
Block a user