summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--[l---------]config/dates.json15
-rw-r--r--config/prod-dates.json14
-rw-r--r--config/test-dates.json14
3 files changed, 14 insertions, 29 deletions
diff --git a/config/dates.json b/config/dates.json
index f302866..48e324f 120000..100644
--- a/config/dates.json
+++ b/config/dates.json
@@ -1 +1,14 @@
-prod-dates.json \ No newline at end of file
+[
+ {
+ "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"
+ }
+]
diff --git a/config/prod-dates.json b/config/prod-dates.json
deleted file mode 100644
index 48e324f..0000000
--- a/config/prod-dates.json
+++ /dev/null
@@ -1,14 +0,0 @@
-[
- {
- "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"
- }
-]
diff --git a/config/test-dates.json b/config/test-dates.json
deleted file mode 100644
index d7ac8f8..0000000
--- a/config/test-dates.json
+++ /dev/null
@@ -1,14 +0,0 @@
-[
- {
- "date": "2016-12-31",
- "url": "2017-01.html",
- "name": "I 2017",
- "index": "1"
- },
- {
- "date": "2017-04-30",
- "url": "index.html",
- "name": "II 2017",
- "index": "2"
- }
-]