Skip to content

Commit

Permalink
refactor: refactorimg Usage Insights in www
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed May 21, 2023
1 parent 37027ba commit 37b283e
Show file tree
Hide file tree
Showing 17 changed files with 546 additions and 461 deletions.
2 changes: 1 addition & 1 deletion www/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ exports.createPages = async ({ graphql, actions, reporter }) => {
INSIGHTS_PAGES.forEach(({ path: pagePath, tab }) => {
createPage({
path: pagePath,
component: require.resolve('./src/pages/insights.tsx'),
component: require.resolve('./src/pages/insights/insights.tsx'),
context: { tab },
});
});
Expand Down
Loading

0 comments on commit 37b283e

Please sign in to comment.