Skip to content

Commit 9b29c8a

Browse files
DrorShclaude
andcommitted
Fix banner image path for GitHub Pages compatibility
Change banner image from absolute path (/files/...) to relative path (files/...) to work with GitHub Pages subdirectory deployment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6ffbd8c commit 9b29c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include-in-header:
3636
{{< include /files/includes/_msclarity.qmd >}}
3737

3838
::: {.hero-banner-wrapper}
39-
<div class="hero-banner" style="background-image: url('/files/images/i3-banner.png'); background-size: cover; background-position: center; padding: 4rem 2rem; text-align: center;">
39+
<div class="hero-banner" style="background-image: url('files/images/i3-banner.png'); background-size: cover; background-position: center; padding: 4rem 2rem; text-align: center;">
4040
<h1 style="color: #333333; font-size: 48px; font-weight: bold; margin-bottom: 0.5rem;">Innovation Information Initiative</h1>
4141
<p style="color: #333333; font-size: 24px; margin-top: 0;">A data collaborative for innovation datasets, analytics, + metrics</p>
4242
</div>

0 commit comments

Comments
 (0)