konstantinmuenster / gatsby-theme-portfolio-minimal

A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating tab name and updating favicon.

Jae-YS opened this issue · comments

Hi! I've been using this theme for some time now and love it. I was trying to see if there was a way to update the favicon and the title name on the tab part of google and was coming up with challenges. Is there a way to change these two things? Thank you very much!

Hi there! Love to hear that ☺️

You can take a look at this part of the documentation.

For the tab part: You can set a default title in the settings.json file or in the page component directly (as in the example site implementation).

For the favicon: you can set this in your gatsby-config.js like this. Basically, just need to set a correct path for the favicon property. I think there is an example in the example-site too.

Hope this helps!