Revert "feat: migrate React.dev to the App Router (#7437)" (#7466)

This reverts commit 0eb0f889b1.
This commit is contained in:
dan
2025-02-01 19:21:43 +00:00
committed by GitHub
parent 0eb0f889b1
commit af0358f1d2
70 changed files with 1628 additions and 1798 deletions

6
scripts/generateRss.js Normal file
View File

@@ -0,0 +1,6 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*/
const {generateRssFeed} = require('../src/utils/rss');
generateRssFeed();