mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-19 22:53:36 +09:00
migrate to astro v3
This commit is contained in:
@@ -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,6 +1,6 @@
|
||||
---
|
||||
import { markdownify } from "@/lib/utils/textConverter";
|
||||
import { Image } from "@astrojs/image/components";
|
||||
import { Image } from "astro:assets";
|
||||
const { testimonial } = Astro.props;
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user