Skip to content

Commit 10ecd53

Browse files
committed
Move assets in "src/assets" to "public"
To satisfy Cloudflare Pages :)
1 parent 98c2e18 commit 10ecd53

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed
File renamed without changes.
File renamed without changes.

src/components/Hero.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ import { URLS } from "../utils";
4242
🤙✨ <b>Cascarilla.js</b> is a library that brings good vibes and <a
4343
href={URLS.acheSearch}
4444
target="_blank"><u><i>aché</i></u></a
45-
> to your website, setting you up for success from the start 🌟. By simply
46-
importing this library, you'll be starting your project on the right foot 😉.
45+
> to your website, setting you up for success from the start 🌟. By simply importing
46+
this library, you'll be starting your project on the right foot 😉.
4747
</p>
4848

4949
<div class="flex flex-col justify-center items-center gap-4 sm:flex-row">

src/components/Mascot.astro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
step of the way and help you get the most out of Cascarilla.js 🙂‍↕️. He is
1515
very supportive and attentive, even if he is still, like a mummy 🥸.
1616
</p>
17-
<img
18-
src="/src/assets/mascot.png"
19-
class="w-auto h-60 rotate-12 sm:h-60 animate-float"
20-
/>
17+
<img src="mascot.png" class="w-auto h-60 rotate-12 sm:h-60 animate-float" />
2118
</div>
2219
</section>

src/utils/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,47 +18,47 @@ export const TESTIMONIALS: Testimonial[] = [
1818
id: 1,
1919
name: "Satoru Iwata",
2020
role: "Chief Enthusiasm Officer",
21-
avatar: "/src/assets/profile-picture-placeholder.svg",
21+
avatar: "profile-picture-placeholder.svg",
2222
quote:
2323
"By importing Cascarilla.js, you'll be starting your project on the right foot.",
2424
},
2525
{
2626
id: 2,
2727
name: "Yukihiro Matsumoto",
2828
role: "Technical Geek",
29-
avatar: "/src/assets/profile-picture-placeholder.svg",
29+
avatar: "profile-picture-placeholder.svg",
3030
quote:
3131
"With Cascarilla.js, you can harness the power of good vibes in your website. From server-side rendering to static sites, our library will get you started on the right path.",
3232
},
3333
{
3434
id: 3,
3535
name: "Alexis Ohanian",
3636
role: "Community Ambassador",
37-
avatar: "/src/assets/profile-picture-placeholder.svg",
37+
avatar: "profile-picture-placeholder.svg",
3838
quote:
3939
"Check your browser's console and see the magic happen. You'll know you've been blessed when our little console message appears, indicating that you're vibing like a true master.",
4040
},
4141
{
4242
id: 4,
4343
name: "Alejandro Rivera",
4444
role: "Author",
45-
avatar: "/src/assets/profile-picture-placeholder.svg",
45+
avatar: "profile-picture-placeholder.svg",
4646
quote:
4747
"You know all this reviews are AI generated... right?",
4848
},
4949
{
5050
id: 5,
5151
name: "John Resig",
5252
role: "Code Maestro",
53-
avatar: "/src/assets/profile-picture-placeholder.svg",
53+
avatar: "profile-picture-placeholder.svg",
5454
quote:
5555
"Cascarilla.js is more than just a library – it's an experience. Do yourself a favor and embrace the power of good vibes in your web development workflow.",
5656
},
5757
{
5858
id: 6 ,
5959
name: "Cascarilla-kun",
6060
role: "Mascot in Chief",
61-
avatar: "/src/assets/profile-picture-placeholder.svg",
61+
avatar: "profile-picture-placeholder.svg",
6262
quote:
6363
"I'm not Bun.",
6464
},

0 commit comments

Comments
 (0)