From 7e84370b5032bf5e4651378e5f63c0e264e58e49 Mon Sep 17 00:00:00 2001 From: powerivq Date: Tue, 9 Apr 2024 14:01:44 -0700 Subject: [PATCH] Use ampjs.org --- packages/runtime-version/lib/RuntimeVersion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-version/lib/RuntimeVersion.js b/packages/runtime-version/lib/RuntimeVersion.js index 3084e7b4b..b9911a3cb 100644 --- a/packages/runtime-version/lib/RuntimeVersion.js +++ b/packages/runtime-version/lib/RuntimeVersion.js @@ -17,7 +17,7 @@ const log = require('@ampproject/toolbox-core').log.tag('AMP Runtime Version'); -const AMP_CACHE_HOST = 'https://cdn.ampproject.org'; +const AMP_CACHE_HOST = 'https://ampjs.org'; const RUNTIME_METADATA_PATH = '/rtv/metadata'; const VERSION_TXT_PATH = '/version.txt';