Skip to content

Commit

Permalink
Add sitemap head tag (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Sep 26, 2024
1 parent 07ad618 commit b4ba0dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit b4ba0dc

Please sign in to comment.