fix review finale: card programmi home taggate, README gestione contenuti, import type e commento seed
This commit is contained in:
@@ -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]));
|
||||
|
||||
Reference in New Issue
Block a user