Fix app version?
All checks were successful
Publish Development Docker Image / Publish Development Docker Image (push) Successful in 9s

This commit is contained in:
2025-04-07 17:06:40 -04:00
parent d13b16c032
commit 16bd44c599
3 changed files with 4 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ const HomePage = () => (
>
<a
href={
process.env.APP_VERSION.length > 0
process.env.APP_VERSION !== undefined
? `https://git.altaiar.dev/ahmed/portfolio/releases/tag/${process.env.APP_VERSION}`
: 'https://git.altaiar.dev/ahmed/portfolio'
}