Use imagekit and remove local images
This commit is contained in:
+2
-2
@@ -85,7 +85,7 @@
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<img src="img/name.png" alt="My Full Name - Nirmal Kumar R" width="479px">
|
||||
<img src="https://ik.imagekit.io/mysticmode/tr:w-479/home/name.png" alt="My Full Name - Nirmal Kumar R" loading="lazy">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
</nav>
|
||||
|
||||
<section class="home">
|
||||
<img src="img/ashram.jpg" alt="A picture of an ashram garden" width="479px">
|
||||
<img src="https://ik.imagekit.io/mysticmode/tr:w-479/home/ashram.jpg" alt="A picture of an ashram garden" width="479px" loading="lazy">
|
||||
</section>
|
||||
|
||||
<section class="content-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user