Closed yathAg closed 6 months ago
hey @yathAg and sorry for the late reply!
What you are looking for is called "theme shadowing". You can find out more about it on the Gatsby docs: https://www.gatsbyjs.com/docs/how-to/plugins-and-themes/shadowing/
Hope that helps!
Hi,
Firstly, thank you for this fantastic theme!
I apologize in advance if this is a really silly question. This is my first time using React or any SSG.
I'd like the button in the
ProjectsSection
to be redirected to a page in the same tab. Currently, it opens the correct page but is in a new tab.The
index.tsx
for theProjectsSection
does have the variableexternalLink={True}
. Setting this tofalse
followed bygatsby clean
andgatsby develop
, does the trick, but to my understanding, changes inindex.tsx
will not show up when I host this on Netlify.What would be the solution to this?
Thanks for the help!!