Skip to content

Commit a502c8d

Browse files
committed
fix: correct file path in RSS feed comment
1 parent bfd4f20 commit a502c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ try {
1717
// No redirects file yet (run migration first)
1818
}
1919

20-
// Old Blogger feed URL is handled by src/pages/feeds/posts/default.xml.ts
20+
// Old Blogger feed URL is handled by src/pages/feeds/posts/default/index.ts
2121
// so RSS readers get actual XML instead of an HTML meta-refresh redirect.
2222

2323
// Keystatic integration only in dev mode (requires server rendering)

0 commit comments

Comments
 (0)