Skip to content

Commit

Permalink
fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
progzone122 authored Jan 16, 2025
1 parent e06702d commit 100b9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_sitemap.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

sitemap="sitemap.xml"
website_link="https://notes.qq52o.me"
website_link="https://moto-penangf.github.io/documentation"
ignore=(
_sidebar.md
_coverpage.md
Expand Down Expand Up @@ -50,4 +50,4 @@ sitemap_content="<?xml version=\"1.0\" encoding=\"UTF-8\"?>
$items
</urlset>"

echo "$sitemap_content" > $sitemap
echo "$sitemap_content" > $sitemap

0 comments on commit 100b9e4

Please sign in to comment.