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 e415ef5 commit c1706dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Landing/LandingHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="col-lg-5 d-none d-lg-block">
<div class="welcome-header-image">
<NuxtImg
src="/images/illustrations/chart-person.svg"
src="/illustrations/chart-person.svg"
alt="welcome-header-image"
/>
</div>
Expand Down
7 changes: 7 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ export default defineNuxtConfig({
"@nuxt/typescript-build",
],

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

eslint: {
// TODO: Remove this when the project is clean
Expand Down

0 comments on commit c1706dd

Please sign in to comment.