mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 09:41:31 +10:00
ci(docker): attempt to fix production deploy, with env management
This commit is contained in:
@ -136,7 +136,11 @@ const Home: NextPage = () => {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<Footer className="font-semibold leading-5 opacity-50" />
|
||||
<footer>
|
||||
<Footer className="font-semibold leading-5 opacity-50" />
|
||||
|
||||
<div>v{process.env.appVersion}</div>
|
||||
</footer>
|
||||
</main>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user