We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2d11b commit 19f3492Copy full SHA for 19f3492
docs/.vitepress/config.mts
@@ -31,8 +31,9 @@ export default withMermaid({
31
policies including privacy policy, terms of use and trademark usage guidelines, please see https://linuxfoundation.eu.
32
Linux is a registered trademark of Linus Torvalds.
33
</span>
34
- <img src="/bmwe.png" style="max-width: 340px; margin-left: 16px;">
35
- </div>`
+ <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;">
+ </div>
36
+ `
37
},
38
39
logo: {
0 commit comments