We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2483053 commit 7c985b3Copy full SHA for 7c985b3
apps/site/next-data/generators/websiteFeeds.mjs
@@ -12,7 +12,7 @@ const canonicalUrl = `${BASE_URL}${BASE_PATH}/en`;
12
// This is April 16th, 2025, which is around the time that https://github.com/nodejs/nodejs.org/pull/7648
13
// was merged. This ensures that future article edits are properly timestamped, while also preventing the
14
// currently-published article GUIDs from changing
15
-const guidTimestampStartDate = 1744662623000;
+const guidTimestampStartDate = 1744761600000;
16
17
/**
18
* This method generates RSS website feeds based on the current website configuration
0 commit comments