Skip to content

Commit

Permalink
Use ampjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Apr 9, 2024
1 parent 39795ea commit d342373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/optimizer/lib/AmpConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const AMP_STORY_DVH_POLYFILL_ATTR = 'amp-story-dvh-polyfill';

module.exports = {
AMP_TAGS: ['amp', '⚡', '⚡4ads', 'amp4ads', '⚡4email', 'amp4email'],
AMP_CACHE_HOST: 'https://cdn.ampproject.org',
AMP_CACHE_HOST: 'https://ampjs.org',
AMP_VALIDATION_RULES_URL: 'https://cdn.ampproject.org/v0/validator.json',
AMP_FORMATS: ['AMP', 'AMP4EMAIL', 'AMP4ADS'],
AMP_RUNTIME_CSS_PATH: '/v0.css',
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-version/lib/RuntimeVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit d342373

Please sign in to comment.