migrate to astro v3

This commit is contained in:
somrat sorkar
2023-09-03 12:46:51 +06:00
parent 77c166f41b
commit d88f0f62b6
13 changed files with 33 additions and 39 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
import { markdownify } from "@/lib/utils/textConverter";
import { Image } from "@astrojs/image/components";
import { Image } from "astro:assets";
const { call_to_action } = Astro.props;
---
+1 -1
View File
@@ -1,6 +1,6 @@
---
import { markdownify } from "@/lib/utils/textConverter";
import { Image } from "@astrojs/image/components";
import { Image } from "astro:assets";
const { testimonial } = Astro.props;
---