Fixed deploy issue and modified some Forgejo templates
All checks were successful
Production PR / QA Tests (pull_request) Successful in 43s

This commit is contained in:
Liviu Burcusel 2026-01-13 11:15:05 +01:00
parent 845f830ab3
commit c184a79f5e
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
10 changed files with 12 additions and 11 deletions

View file

@ -12,7 +12,7 @@ useSeoMeta({
ogTitle: "Glowing Fiesta - Create Account",
description: "This is the create account page of a very nice all-purpose application",
ogDescription: "This is the create account page of a very nice all-purpose application",
ogImage: config.public.hostUrl + "/images/human.png",
ogImage: config.public.siteUrl + "/images/human.png",
});
</script>

View file

@ -12,7 +12,7 @@ useSeoMeta({
ogTitle: "Glowing Fiesta - Login",
description: "This is the login page of a very nice all-purpose application",
ogDescription: "This is the login page of a very nice all-purpose application",
ogImage: config.public.hostUrl + "/images/human.png",
ogImage: config.public.siteUrl + "/images/human.png",
});
</script>

View file

@ -19,7 +19,7 @@ useSeoMeta({
ogTitle: "Glowing Fiesta - Logout",
description: "This is the logout page of a very nice all-purpose application",
ogDescription: "This is the logout page of a very nice all-purpose application",
ogImage: config.public.hostUrl + "/images/human.png",
ogImage: config.public.siteUrl + "/images/human.png",
});
</script>