Skip to content

Commit 8373065

Browse files
martrappCopilot
andcommitted
Update RSS feed lastBuildDate and add customPages to config
Co-authored-by: Copilot <copilot@github.com>
1 parent 33e9ee9 commit 8373065

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

astro.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ export default defineConfig({
173173
&& !page.startsWith('https://vtbag.dev/basics/pseudos-')
174174
&& !page.startsWith('https://vtbag.dev/crossing/')
175175
&& !page.startsWith('https://vtbag.dev/tests/')
176-
&& !page.startsWith('https://vtbag.dev/tmp/')
176+
&& !page.startsWith('https://vtbag.dev/tmp/'),
177+
customPages: ['https://vtbag.dev/rss.xml'],
178+
177179
}),
178180
],
179181

bin/build

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

1818
cat dist/_headers
1919

20-
node ./bin/rss-update.ts
20+
# node ./bin/rss-update.ts

public/rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link>https://vtbag.dev</link>
99
<description>Tools, Tips, and Tricks to Enhance your Dev Skills with the View Transition API!</description>
1010
<language>en-us</language>
11-
<lastBuildDate>Tue, 28 Apr 2026 10:38:33 GMT</lastBuildDate>
11+
<lastBuildDate>Tue, 28 Apr 2026 12:58:47 GMT</lastBuildDate>
1212

1313
<item>
1414
<title><![CDATA[The View Transition API]]></title>

0 commit comments

Comments
 (0)