dasabhisek
dasabhisek
> package.json ``` "dependencies": { "@carbon/icons-react": "^10.43.0", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", "carbon-components": "^10.46.0", "carbon-components-react": "^7.46.0", "carbon-icons": "^7.0.7", "gatsby": "^4.7.2", "gatsby-plugin-anchor-links": "^1.2.1", "gatsby-plugin-manifest": "^4.7.0", "gatsby-plugin-mdx": "^3.8.0", "gatsby-plugin-sharp": "^4.7.0", "gatsby-react-router-scroll": "^5.7.0", "gatsby-remark-autolink-headers":...
We have `index.js` files at src/pages path (below). Also we are using `git-source-remote` to import .md/.mdx files from github repository and transform them into pages using `gatsby-transform-remark` plugin. We are...
Still waiting for the solution.