Skip to content

Commit 35f9504

Browse files
committed
fix images
1 parent 6405c2f commit 35f9504

16 files changed

+4
-6
lines changed

public/softwares/beeceptor-main.png

-128 KB
Binary file not shown.

public/softwares/beeceptor-main.webp

95.8 KB
Binary file not shown.

public/softwares/betterBugs.png

-487 KB
Binary file not shown.

public/softwares/betterBugs.webp

73.2 KB
Binary file not shown.

public/softwares/middleware.png

-595 KB
Binary file not shown.

public/softwares/middleware.webp

59.4 KB
Binary file not shown.
-11 MB
Binary file not shown.

src/assets/hero-alt.png

-69.3 KB
Binary file not shown.

src/assets/hero-source.svg

-1
This file was deleted.

src/assets/hero.png

-19.9 KB
Binary file not shown.

src/assets/mesh-302.png

-379 KB
Binary file not shown.

src/assets/mesh-302.webp

17.3 KB
Binary file not shown.

src/components/cta.astro

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
import { Image } from "astro:assets";
3-
import Link from "./ui/link.astro";
4-
import bg from "@assets/mesh-302.png";
3+
import bg from "@assets/mesh-302.webp";
54
import { Button } from "./ui/button";
65
import { Icon } from "astro-icon/components";
76
---

src/content/software/beeceptor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Logo: "/logos/beeceptor_logo.jpeg"
1313
Demo: "https://www.youtube.com/watch?v=eauSgng86ac"
1414
pricing: "Freemium"
1515
Images:
16-
- "/softwares/beeceptor-main.png"
16+
- "/softwares/beeceptor-main.webp"
1717
- "/softwares/beeceptor-local-tunnel.png"
1818
- "/softwares/beeceptor-placement.png"
1919

src/content/software/betterbugs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Logo: "assets/images/betterbugs_logo.png"
1313
Demo: "https://www.betterbugs.io/demo"
1414
pricing: "Free"
1515
Images:
16-
- "/softwares/betterBugs.png"
16+
- "/softwares/betterBugs.webp"
1717
Makers:
1818
- Profile: "https://www.linkedin.com/in/nishil-p-70639765/"
1919
Name: Nishil Patel

src/content/software/middleware.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Logo: "/logos/middleware.png"
1313
Demo: "https://demo.middlewarehq.com/cockpit"
1414
pricing: "Freemium"
1515
Images:
16-
- "/softwares/middleware.png"
16+
- "/softwares/middleware.webp"
1717
Makers:
1818
- Profile: "https://www.linkedin.com/in/dhruv-agarwal"
1919
Name: Dhruv Agarwal

0 commit comments

Comments
 (0)