-
I want to change the link associated with the GitHub icon in my project. However, whenever I update the link and then restart the development environment using npm run dev, the link reverts to its original value. How can I make the change permanent? Which file I have to edit to for example add new things on the navbar Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
h-enk
Dec 9, 2024
Replies: 1 comment
-
Hello @FedeP14 Put your social links in the To clear Hugo's server cache, run for example: npx shx rm -rf public resources hugo_stats.json .hugo_build.lock |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FedeP14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @FedeP14 Put your social links in the
[[social]]
section ofconfig/_default/menus/menus.en.toml
To clear Hugo's server cache, run for example: