chore(ops): harden deployment and runtime setup

This commit is contained in:
Schubert Ferenc 2026-07-03 22:59:08 +02:00
parent 1d7e7c41c9
commit c35bd5877e
30 changed files with 534 additions and 61 deletions

View file

@ -1,5 +1,6 @@
import Image from "next/image";
import Link from "next/link";
import { appVersion } from "@/lib/runtime/version";
export default function Footer() {
return (
@ -14,7 +15,7 @@ export default function Footer() {
className="footer-logo"
/>
<p>Funktechnik Schubert Service und technische Unterstützung für Funkgeräte, Messtechnik und Kommunikationstechnik.</p>
<p className="copyright">© Funktechnik Schubert</p>
<p className="copyright">© Funktechnik Schubert · v{appVersion}</p>
</div>
<div>
<h3>Website</h3>