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
@@ -10,7 +10,7 @@ const images = import.meta.glob<{ default: ImageMetadata }>('../assets/img/*.{jp
const imgOf = (name: string) => Object.entries(images).find(([p]) => p.includes(name))?.[1]?.default;
const founders = team.filter((m) => m.founder);
const staff = team.filter((m) => !m.founder);
export const prerender = true;
export const prerender = false;
---
<Base title={t('about.meta.title')} description={t('about.meta.description')}>
<PageHero title={t('about.hero.title')} />