fix review finale: card programmi home taggate, README gestione contenuti, import type e commento seed

This commit is contained in:
2026-07-05 17:45:31 +02:00
parent 8495d9edd4
commit c975dcac12
4 changed files with 12 additions and 4 deletions
-1
View File
@@ -300,7 +300,6 @@ export const contentSeed: SeedEntry[] = [
T('notfound.body', 'La pagina che cerchi non esiste o è stata spostata.'),
T('notfound.cta', 'Torna alla home', []),
// I task di estrazione aggiungono qui le entry di header/footer/pagine/data file.
];
export const seedByTag = new Map(contentSeed.map((e) => [e.tag, e]));