Skip to content

Commit

Permalink
chore: migration of assets to new hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelpps committed Mar 5, 2024
1 parent bd1f83e commit 06e2e0c
Show file tree
Hide file tree
Showing 5 changed files with 1,936 additions and 212 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
NEXT_PUBLIC_EMAILJS_API_KEY='uBhxJI1BTUqpbQxF-'
NEXT_PUBLIC_PORTFOLIO_TEMPLATE_ID='portfolio_email'
NEXT_PUBLIC_EMAIL_SERVICE_ID='service_emp'
NEXT_PUBLIC_ID_ANALYTICS='G-51VVQRKP0T'
NEXT_PUBLIC_ID_ANALYTICS='G-51VVQRKP0T'
PORTFOLIO_VERSION='$npm_package_version'
2 changes: 1 addition & 1 deletion components/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function Footer() {
>
<div className="w-full flex flex-col items-center justify-center text-center">
<h3 className="text-sm md:text-base">© 2024 Emanuel Pagés.</h3>
<h4 className="text-[10px]">Version 1.0.0</h4>
<h4 className="text-[10px]">v{process.env.PORTFOLIO_VERSION}</h4>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 06e2e0c

Please sign in to comment.