diff --git a/gatsby-node.js b/gatsby-node.js index 85eee246..63218233 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -30,7 +30,7 @@ exports.onCreateWebpackConfig = ({ actions }) => { }; exports.onCreatePage = async ({ page, reporter, actions }) => { - if (page.path === '/') { + if (page.path === '/' || page.path === '/theia-platform/') { try { const response = await fetch( 'https://api.eclipse.org/adopters/projects/ecd.theia', { diff --git a/src/components/Nav.js b/src/components/Nav.js index d2b2ce63..8bf70b9b 100644 --- a/src/components/Nav.js +++ b/src/components/Nav.js @@ -226,10 +226,13 @@ class Nav extends React.Component { -