From 62b4ca23e0ac41653a35ddbe95ed6262a5f49f97 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 7 Jun 2017 13:12:02 +0200 Subject: Separate test dataset no longer needed --- config/dates.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) mode change 120000 => 100644 config/dates.json (limited to 'config/dates.json') diff --git a/config/dates.json b/config/dates.json deleted file mode 120000 index f302866..0000000 --- a/config/dates.json +++ /dev/null @@ -1 +0,0 @@ -prod-dates.json \ No newline at end of file diff --git a/config/dates.json b/config/dates.json new file mode 100644 index 0000000..48e324f --- /dev/null +++ b/config/dates.json @@ -0,0 +1,14 @@ +[ + { + "date": "2016-12-31", + "url": "2017-01.html", + "name": "I 2017", + "index": "1" + }, + { + "date": "2017-03-31", + "url": "index.html", + "name": "II 2017", + "index": "2" + } +] -- cgit v1.2.3