Skip to content

Commit 45e29a4

Browse files
committed
Add image from CDN for better performance
1 parent b7389b8 commit 45e29a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="hero" id="top" style="background-image: url('{{ site.baseurl }}/assets/img/bg.png')">
1+
<div class="hero" id="top" style="background-image: url('https://cdn.image4.io/swift-megaminds/f_auto/bg.png')">
22
<img class="hero-icon" src="{{ site.baseurl }}/assets/img/mlh-logo.png" height="100px" width="100px">
33
<div class="hero-text">
44
<h1><span class="var">const</span> <span class="var-name">podName</span> = <span class="var-value">"Swift Megaminds"</span>;</h1>

0 commit comments

Comments
 (0)