1
0
Fork 0

update hostname

This commit is contained in:
sup39 2022-09-29 05:51:24 +09:00
parent 346dc8d3f2
commit acaf9fbf4f
4 changed files with 11 additions and 11 deletions

13
package-lock.json generated
View file

@ -7,6 +7,7 @@
"": { "": {
"name": "botw-hundo-dupl", "name": "botw-hundo-dupl",
"version": "2.1.3", "version": "2.1.3",
"license": "MIT",
"dependencies": { "dependencies": {
"@babel/core": "^7.16.0", "@babel/core": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
@ -15023,9 +15024,9 @@
} }
}, },
"node_modules/terser": { "node_modules/terser": {
"version": "5.14.1", "version": "5.15.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.14.1.tgz", "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.0.tgz",
"integrity": "sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==", "integrity": "sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==",
"dependencies": { "dependencies": {
"@jridgewell/source-map": "^0.3.2", "@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0", "acorn": "^8.5.0",
@ -26998,9 +26999,9 @@
} }
}, },
"terser": { "terser": {
"version": "5.14.1", "version": "5.15.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.14.1.tgz", "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.0.tgz",
"integrity": "sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==", "integrity": "sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==",
"requires": { "requires": {
"@jridgewell/source-map": "^0.3.2", "@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0", "acorn": "^8.5.0",

View file

@ -1,8 +1,8 @@
{ {
"name": "botw-hundo-dupl", "name": "botw-hundo-dupl",
"version": "2.1.3", "version": "2.1.3",
"homepage": "https://dupl.itntpiston.app/", "homepage": "https://ist.botw.sup39.dev/",
"private": true, "license": "MIT",
"dependencies": { "dependencies": {
"@babel/core": "^7.16.0", "@babel/core": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",

View file

@ -1 +1 @@
dupl.itntpiston.app ist.botw.sup39.dev

View file

@ -11,7 +11,7 @@
<meta property="og:site_name" content="itntpiston.app"/> <meta property="og:site_name" content="itntpiston.app"/>
<meta property="og:title" content="Inventory Slot Transfer Simulator"> <meta property="og:title" content="Inventory Slot Transfer Simulator">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://dupl.itntpiston.app/#/"> <meta property="og:url" content="https://ist.botw.sup39.dev/#/">
<meta property="og:description" content="for Breath of the Wild"> <meta property="og:description" content="for Breath of the Wild">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>IST Sim</title> <title>IST Sim</title>
@ -19,6 +19,5 @@
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div> <div id="root"></div>
</body> </body>
</html> </html>