fix: résoudre les deux erreurs de build TypeScript
- Supprimer LocalSeoPage.tsx (conflit de casse avec LocalSEOPage.tsx) - Typer keywords comme readonly string[] dans Service pour compatibilité as const https://claude.ai/code/session_01Uec4iHjcPwB1pU41idWEdF
This commit is contained in:
@@ -14,7 +14,7 @@ export type Service = {
|
||||
shortDescription: string;
|
||||
longDescription: string;
|
||||
icon: string;
|
||||
keywords: string[];
|
||||
keywords: readonly string[];
|
||||
};
|
||||
|
||||
export type Realisation = {
|
||||
|
||||
Reference in New Issue
Block a user