Skip to content

Commit 7c985b3

Browse files
committed
correct timestamp
1 parent 2483053 commit 7c985b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/next-data/generators/websiteFeeds.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const canonicalUrl = `${BASE_URL}${BASE_PATH}/en`;
1212
// This is April 16th, 2025, which is around the time that https://github.com/nodejs/nodejs.org/pull/7648
1313
// was merged. This ensures that future article edits are properly timestamped, while also preventing the
1414
// currently-published article GUIDs from changing
15-
const guidTimestampStartDate = 1744662623000;
15+
const guidTimestampStartDate = 1744761600000;
1616

1717
/**
1818
* This method generates RSS website feeds based on the current website configuration

0 commit comments

Comments
 (0)