Lam Pham
Lam Pham
Hi @BrahianVT, I'm using [Shiba-css](https://about.phamvanlam.com/shiba-css/) for styling. For example: ```js import React from "react"; const Header = ({ title }) => ( {title} ); export default Header; ``` You can...
That's a good idea. I will do that, thanks for the suggestion.
You have to create a template for index inside the template directory, example `index-template.js`. Then in the gatsby-node.js, you will create page for it then pass any data you want.
@divnyi I'm seeing the same thing. Do you know how to fix it?