feat: pagine vetrina in SSR e sitemap runtime
This commit is contained in:
@@ -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')}>
|
||||
|
||||
Reference in New Issue
Block a user