Created deploy pipeline
All checks were successful
Production Build and Deploy / Build (push) Successful in 1m14s
Production Build and Deploy / Deploy (push) Successful in 22s

This commit is contained in:
Liviu Burcusel 2025-12-15 13:11:27 +01:00
parent 30a89d6662
commit 7b34c27290
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
3 changed files with 16 additions and 7 deletions

View file

@ -5,5 +5,6 @@ const currentYear = new Date().getFullYear();
<footer class="layout-footer font-bold">
<div v-if="currentYear === 2025">Glowing Fiesta 2025</div>
<div v-else>Glowing Fiesta 2025 - {{ currentYear }}</div>
<div class="font-light text-emerald-500">(with auto-deploy)</div>
</footer>
</template>