Skip to content

Commit

Permalink
sitemap add about
Browse files Browse the repository at this point in the history
  • Loading branch information
z committed Aug 16, 2023
1 parent 8254ad7 commit 94505b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const load = () => {
const allTags = getPubTags();
urls.length = 0;
urls.push({ url: '/', lastMod: start });
urls.push({ url: '/about', lastMod: start });
urls.push({ url: '/tags', lastMod: lastMod });
page('/posts/', pMap.size, 10);
allTags.forEach((a) => {
Expand Down

0 comments on commit 94505b0

Please sign in to comment.