AllanPooley / gatsby-theme-faqs-prismic

A pretty FAQ page for Gatsby projects, out of the box 🌻❓🙋
36 stars 8 forks source link

Question: How to link to home page? #18

Open weisisheng opened 4 years ago

weisisheng commented 4 years ago

Noob at gatsby/reactjs, I can see the page locally when I set the url to /faqs and can access all the content from prismic.

But when I try to use gatsby 'Link' in the navbar section of the home page, I don't get any response. It could be a function of the starter I am experimenting with.

Is there an import I have to do on the home page component? If so, what component do I import?

Thanks in advance!