diff --git a/src/siteConfig.js b/src/siteConfig.js index 0ada6b934..a418908b5 100644 --- a/src/siteConfig.js +++ b/src/siteConfig.js @@ -7,7 +7,7 @@ exports.siteConfig = { // Translations should replace these lines: languageCode: 'en', hasLegacySite: true, - isRTL: false, + isRTL: true, // -------------------------------------- copyright: `Copyright © ${new Date().getFullYear()} Facebook Inc. All Rights Reserved.`, repoUrl: 'https://github.com/facebook/react',