Skip to content

Commit

Permalink
fix: use full path for the banner image (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms authored Dec 10, 2024
1 parent 0783218 commit 3e34b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const config = {
],
announcementBar: {
id: 'announcement',
content: '<img src="img/megaphone.svg">Please change your Homebrew tap by running <code>brew uninstall kubefirst; brew install konstructio/taps/kubefirst</code>',
content: '<img src="/docs/img/megaphone.svg">Please change your Homebrew tap by running <code>brew uninstall kubefirst; brew install konstructio/taps/kubefirst</code>',
backgroundColor: '#FA9247',
textColor: '#3B4954',
isCloseable: true,
Expand Down

0 comments on commit 3e34b37

Please sign in to comment.