Skip to content

Commit

Permalink
MPR Fix images broken due to astro pathing
Browse files Browse the repository at this point in the history
Fix images broken due to astro pathing
  • Loading branch information
YayunHuang authored Aug 15, 2024
2 parents c107fc5 + eb506ff commit 6a17f93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/developerTools/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import "./index.css";
<DeveloperToolCard
url="https://www.formx.ai/"
id="formxai-card"
imageSrc="images/formxai-logo.svg"
imageSrc="/images/formxai-logo.svg"
title="FormX.ai"
content="Empower Your Team with AI: Eliminate Manual Work, Embrace Seamless Automation!"
/>
Expand All @@ -29,7 +29,7 @@ import "./index.css";
<DeveloperToolCard
url="https://www.authgear.com/"
id="authgear-card"
imageSrc="images/authgear-logo.svg"
imageSrc="/images/authgear-logo.svg"
title="Authgear"
content="Activate Security with Auth, Simple and Scalable for Your Business."
/>
Expand All @@ -38,7 +38,7 @@ import "./index.css";
<DeveloperToolCard
url="https://makeappicon.com/"
id="makeappicon-card"
imageSrc="images/makeappicon-logo.svg"
imageSrc="/images/makeappicon-logo.svg"
title="MakeAppIcon"
content="An icon creator that resizes all iOS icons and Android icons required by App Store and Google Play."
/>
Expand Down

0 comments on commit 6a17f93

Please sign in to comment.