From ac54d03874d71297ec151d3accb892adc0225f72 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Mon, 20 Jul 2015 09:23:01 -0500 Subject: [PATCH] commit to https for cdn.knightlab.com --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 514ca46..a9df7cc 100644 --- a/config.json +++ b/config.json @@ -182,7 +182,7 @@ "cdn": "dev" }, "deploy_context": { - "generator_embed_path": "//cdn.knightlab.com/libs/timeline/dev/embed/index.html" + "generator_embed_path": "https://cdn.knightlab.com/libs/timeline/dev/embed/index.html" } }, "prd": { @@ -191,7 +191,7 @@ "cdn": "latest" }, "deploy_context": { - "generator_embed_path": "//cdn.knightlab.com/libs/timeline/latest/embed/index.html" + "generator_embed_path": "https://cdn.knightlab.com/libs/timeline/latest/embed/index.html" } } }