Skip to content

Commit

Permalink
FIX build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Nov 20, 2024
1 parent c1706dd commit ed57e51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions components/Landing/LandingHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
</div>
<div class="col-lg-5 d-none d-lg-block">
<div class="welcome-header-image">
<NuxtImg
src="/illustrations/chart-person.svg"
<img
src="/images/illustrations/chart-person.svg"
alt="welcome-header-image"
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/Landing/LandingKeyFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
data-aos="fade-up"
data-aos-duration="3000"
>
<NuxtImg
src="illustrations/404.svg"
<img
src="/images/illustrations/404.svg"
alt="welcome-header-image"
/>
</div>
Expand Down
5 changes: 1 addition & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,7 @@ export default defineNuxtConfig({

image: {
provider: 'ipx',
dir: 'assets/images',
alias: {
illustrations: '/assets/images/illustrations',
},
dir: 'assets/images'
},

eslint: {
Expand Down

0 comments on commit ed57e51

Please sign in to comment.