We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3919934 commit c3fb767Copy full SHA for c3fb767
src/assets/sponsors/astro.svg
src/components/Sponsors.astro
@@ -1,5 +1,5 @@
1
---
2
-import nuxt from "../assets/sponsors/nuxt.svg?raw";
+import astro from "../assets/sponsors/astro.svg?raw";
3
import prefect from "../assets/sponsors/prefect.svg?raw";
4
import stackblitz from "../assets/sponsors/stackblitz.svg?raw";
5
import vue from "../assets/sponsors/vue.svg?raw";
@@ -15,9 +15,9 @@ const sponsors = [
15
url: "https://stackblitz.com",
16
},
17
{
18
- name: "Nuxt",
19
- img: nuxt,
20
- url: "https://nuxt.com/",
+ name: "Astro",
+ img: astro,
+ url: "https://astro.build",
21
22
23
name: "Vue",
0 commit comments