Files
react.dev/beta/src/siteConfig.ts
2022-05-26 00:18:19 +01:00

16 lines
469 B
TypeScript

/*
* Copyright (c) Facebook, Inc. and its affiliates.
*/
export const siteConfig = {
editUrl: 'https://github.com/reactjs/reactjs.org/edit/beta/src/pages',
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: '861ccfb8707150c0e776b88357286123',
indexName: 'beta-react',
},
};