Skip to content

Commit

Permalink
Update image provider to "ipx" in HeroBanner.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Apr 21, 2024
1 parent 5c12e5d commit 389ad84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion woonuxt_base/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ watch(
<MobileMenu v-if="isShowingMobileMenu" />
</Transition>

<NuxtPage />
<NuxtPage keepalive />

<Transition name="fade">
<div v-if="isShowingCart || isShowingMobileMenu" class="bg-black opacity-25 inset-0 z-40 fixed" @click="closeCartAndMenu" />
Expand Down
1 change: 1 addition & 0 deletions woonuxt_base/components/generalElements/HeroBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
width="1400"
height="800"
class="object-cover w-full h-[420px] lg:h-[560px] xl:h-[640px] skeleton"
provider="ipx"
src="/images/hero-4.jpg"
alt="Hero image"
loading="eager"
Expand Down

0 comments on commit 389ad84

Please sign in to comment.