diff --git a/src/utils/config.js b/src/utils/config.js index 1b7c924..846e6b2 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -14,6 +14,11 @@ export const departementConfig = { mayotte: { name: 'MAYOTTE', center: [-12.78081553844026, 45.227656507434695], - availableYears: ['2023'], + availableYears: ['2022','2023'], }, -}; + reunion: { + name: 'REUNION', + center: [-20.88545500487541, 55.452336559309124], + availableYears: ['2022','2023'], + } +}; \ No newline at end of file