Skip to content

Commit

Permalink
build: add v2 to the hosted html
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCpp committed Jun 15, 2024
1 parent f56441d commit e4bb3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ export const CUSTOM_USER_AGENT =
'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';

export const DEFAULT_BASE_URL =
'https://lonelycpp.github.io/react-native-youtube-iframe/iframe.html';
'https://lonelycpp.github.io/react-native-youtube-iframe/iframe_v2.html';
2 changes: 1 addition & 1 deletion website/generateIframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ const minified = minify(iframeContent, {
removeTagWhitespace: true,
});

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

0 comments on commit e4bb3cb

Please sign in to comment.