Files
react.dev/src/siteConfig.js
Jack Pope 9f87530c0e Remove captureOwnerStack canary banner (#7701)
* Remove captureOwnerStack canary banner

* Update nav and site config
2025-03-31 12:36:35 -04:00

21 lines
604 B
JavaScript

/*
* Copyright (c) Facebook, Inc. and its affiliates.
*/
exports.siteConfig = {
version: '19.1',
// --------------------------------------
// Translations should replace these lines:
languageCode: 'en',
hasLegacySite: true,
isRTL: false,
// --------------------------------------
copyright: `Copyright © ${new Date().getFullYear()} Facebook Inc. All Rights Reserved.`,
repoUrl: 'https://github.com/facebook/react',
twitterUrl: 'https://twitter.com/reactjs',
algolia: {
appId: '1FCF9AYYAT',
apiKey: '1b7ad4e1c89e645e351e59d40544eda1',
indexName: 'beta-react',
},
};