feat: pagine vetrina in SSR e sitemap runtime

This commit is contained in:
2026-07-05 17:11:20 +02:00
parent 3551fae132
commit 685ef4a36e
11 changed files with 30 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import ContactForm from '../components/ContactForm.astro';
import contactHero from '../assets/img/contact-hero.jpg';
import T from '../components/content/T.astro';
import { t, getImageOverride } from '../lib/content';
export const prerender = true;
export const prerender = false;
const mapsQuery = encodeURIComponent(`${t('global.contact.address')}, ${t('global.contact.city-line')}`);
---
<Base title={t('contact.meta.title')} description={t('contact.meta.description')}>