Skip to content

Commit c989ace

Browse files
committed
Use cdn url
1 parent 3d7c26f commit c989ace

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extensions/amp-story/1.0/amp-story-localization-service.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ const FALLBACK_LANGUAGE_CODE = 'en';
1616
*/
1717
const LANGUAGE_CODE_CHUNK_REGEX = /\w+/gi;
1818

19-
const testUrl =
20-
'https://gist.githubusercontent.com/mszylkowski/3ed540186b18f4da4083e087bff36122/raw/a46b0204d5a7e12615a924b4ae192d9d77128bff/amp-story.es.json';
19+
const testUrl = 'https://cdn.ampproject.org/v0/amp-story.es.json';
2120

2221
/**
2322
* Util function to retrieve the localization service. Ensures we can retrieve

0 commit comments

Comments
 (0)