Skip to content

Commit 19f3492

Browse files
committed
Fix footer logo
1 parent ef2d11b commit 19f3492

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ export default withMermaid({
3131
policies including privacy policy, terms of use and trademark usage guidelines, please see https://linuxfoundation.eu.
3232
Linux is a registered trademark of Linus Torvalds.
3333
</span>
34-
<img src="/bmwe.png" style="max-width: 340px; margin-left: 16px;">
35-
</div>`
34+
<img src="https://raw.githubusercontent.com/ironcore-dev/ironcore-dev.github.io/refs/heads/main/docs/public/bmwe.png" style="max-width: 340px; margin-left: 16px;">
35+
</div>
36+
`
3637
},
3738

3839
logo: {

0 commit comments

Comments
 (0)