Skip to content

Commit 496b1e9

Browse files
committed
Remove old sitemap file and update recent updates documentation with corrected publication dates
1 parent 4654655 commit 496b1e9

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

bin/build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ echo "/*\n cache-control: max-age=60\n last-modified: `date -u +'%a, %d %b %Y
1717

1818
cat dist/_headers
1919

20+
rm -f dist/sitemap-0.xml
2021
node ./bin/rss-update.ts

bin/rss-update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ console.log(`Markdown written to ${MARKDOWN_OUTPUT}`);
162162

163163
// ---------------------------------------------------------------
164164

165-
const SITEMAP_OUTPUT = 'dist/sitemap.xml';
165+
const SITEMAP_OUTPUT = 'dist/sitemap-index.xml';
166166

167167
const sitemapItems = items.map(item => `
168168
<url>

src/content/docs/recent-updates.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ description: Last update dates of all articles on vtbag.dev
66

77
This list shows last update dates for all articles on vtbag.dev. The list also reflects minor updates, such as fixing typos or improving formatting. If you are interested in major updates only, check the [RSS feed](https://vtbag.dev/rss.xml).
88

9+
- [Recent updates](https://vtbag.dev/recent-updates/)\
10+
Last update dates of all articles on vtbag.dev\
11+
<small>First published Tue, 28 Apr 2026 15:06:01 GMT</small>\
12+
<small>Last updated Mon, 11 May 2026 19:52:10 GMT</small>
13+
914
- [Check and Control the Image Animations!](https://vtbag.dev/fwvt/customizing/)\
1015
How to override the defaults animations for the ::view-transition-old and ::view-transition-new pseudo-elements.\
1116
<small>First published Sat, 25 Jan 2025 12:31:50 GMT</small>\
1217
<small>Last updated Sat, 09 May 2026 17:08:27 GMT</small>
1318

14-
- [Recent updates](https://vtbag.dev/recent-updates/)\
15-
Last update dates of all articles on vtbag.dev\
16-
<small>First published Tue, 28 Apr 2026 15:06:01 GMT</small>\
17-
<small>Last updated Sat, 09 May 2026 16:10:09 GMT</small>
18-
1919
- [View Transition Names and Generated Pseudo-Elements](https://vtbag.dev/basics/pseudos/)\
2020
What are those pseudo-elements of the View Transition API and how can I style and animate them?\
2121
<small>First published Thu, 19 Sep 2024 15:17:21 GMT</small>\

0 commit comments

Comments
 (0)