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 22, 2024
1 parent a9d5f1a commit 7ed6cdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ COPY nginx_copy.conf /etc/nginx/conf.d/default.conf

# Instalar Node.js para ejecutar el servidor Nuxt 3
RUN apt-get update && apt-get install -y curl && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
apt-get install -y nodejs && \
apt-get clean

Expand Down
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">
<img
src="/images/illustrations/chart-person.svg"
src="/assets/images/illustrations/chart-person.svg"
alt="welcome-header-image"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/Landing/LandingKeyFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
data-aos-duration="3000"
>
<img
src="/images/illustrations/404.svg"
src="/assets/images/illustrations/404.svg"
alt="welcome-header-image"
/>
</div>
Expand Down

0 comments on commit 7ed6cdb

Please sign in to comment.