Floo.
Floo.
NNuxt
Created by Floo. on 9/12/2024 in #❓・help
ULandingCard Put Image to the left
<ULandingCard
class="col-span-full"
title="Increase Conversion"
description="Turn visitors into customers with our conversion-optimizing tools and techniques. Refine your funnel and create compelling calls-to-action that drive results."
color="primary"
orientation="horizontal"
>
<img
src="https://picsum.photos/640/360?grayscale&random=3"
alt="Increasing Conversion"
>
</ULandingCard>
<ULandingCard
class="col-span-full"
title="Increase Conversion"
description="Turn visitors into customers with our conversion-optimizing tools and techniques. Refine your funnel and create compelling calls-to-action that drive results."
color="primary"
orientation="horizontal"
>
<img
src="https://picsum.photos/640/360?grayscale&random=3"
alt="Increasing Conversion"
>
</ULandingCard>
` is there a way of putting the image to the left for variation?
3 replies
NNuxt
Created by Floo. on 6/23/2024 in #❓・help
Change API Url that useFecht/Fetch requests.
i want to build a discord activity and i have a front and a backend server running. for authorization i need to request a code from the backend server. how can i rewite fetch from localhost 3000 to 3001
2 replies