diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/prod-dates.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/prod-dates.json b/config/prod-dates.json index d086a9d..48e324f 100644 --- a/config/prod-dates.json +++ b/config/prod-dates.json @@ -1,8 +1,14 @@ [ { "date": "2016-12-31", - "url": "index.html", + "url": "2017-01.html", "name": "I 2017", "index": "1" + }, + { + "date": "2017-03-31", + "url": "index.html", + "name": "II 2017", + "index": "2" } ] |