Skip to content

Commit f1adcc8

Browse files
committed
Update API to contain full feature URL (including domain)
1 parent 78f2e80 commit f1adcc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_js/api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ layout: null
33
permalink: "/api/data.json"
44
---
55
{
6-
"api_version":"1.0.0",
6+
"api_version":"1.0.1",
77
"last_update_date":{{site.time | jsonify}},
88
"data":[{% for feature in site.features %}
99
{
1010
"title":{{ feature.title | jsonify }},
1111
"description":{{ feature.description | jsonify }},
12-
"url":{{ feature.url | jsonify }},
12+
"url":{{ feature.url | prepend:site.url | jsonify }},
1313
"category":{{ feature.category | jsonify }},
1414
"keywords":{{ feature.keywords | jsonify }},
1515
"last_test_date":{{ feature.last_test_date | jsonify }},

0 commit comments

Comments
 (0)