diff --git a/.gitignore b/.gitignore index f372f7ed1..83eec747c 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,6 @@ jsconfig.json #Exclude tsc generated files js/*.map -js/ts.js \ No newline at end of file +js/ts.js + +_site/ \ No newline at end of file diff --git a/js-miniapp-sample/src/pages/landing.js b/js-miniapp-sample/src/pages/landing.js index d56239c17..9076562e8 100644 --- a/js-miniapp-sample/src/pages/landing.js +++ b/js-miniapp-sample/src/pages/landing.js @@ -37,7 +37,7 @@ const Landing = () => {
Demo Mini App JS SDK
Platform: {MiniApp.getPlatform()}
- Parameters: {window.location.search || 'None'} + Parameters: {window.location.search + window.location.hash || 'None'}