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:
Claude
2026-02-27 18:21:36 +00:00
parent f72b5fbc38
commit bb6e367184
3 changed files with 6203 additions and 143 deletions

View File

@@ -14,7 +14,7 @@ export type Service = {
shortDescription: string;
longDescription: string;
icon: string;
keywords: string[];
keywords: readonly string[];
};
export type Realisation = {