Skip to content

Commit e4bb3cb

Browse files
committed
build: add v2 to the hosted html
1 parent f56441d commit e4bb3cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ export const CUSTOM_USER_AGENT =
4040
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36';
4141

4242
export const DEFAULT_BASE_URL =
43-
'https://lonelycpp.github.io/react-native-youtube-iframe/iframe.html';
43+
'https://lonelycpp.github.io/react-native-youtube-iframe/iframe_v2.html';

website/generateIframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ const minified = minify(iframeContent, {
1313
removeTagWhitespace: true,
1414
});
1515

16-
fs.writeFileSync('./static/iframe.html', minified);
16+
fs.writeFileSync('./static/iframe_v2.html', minified);

0 commit comments

Comments
 (0)