Update URLs in package.json and index.html
parent
ca631ae035
commit
6a0e7f2ccf
|
@ -9,14 +9,14 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mohsenemx/FXclient.git"
|
||||
"url": "git+https://github.com/fxclient/FXclient.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mohsenemx/FXclient/issues"
|
||||
"url": "https://github.com/fxclient/FXclient/issues"
|
||||
},
|
||||
"homepage": "https://github.com/mohsenemx/FXclient#readme",
|
||||
"homepage": "https://github.com/fxclient/FXclient#readme",
|
||||
"dependencies": {
|
||||
"js-beautify": "^1.14.11"
|
||||
}
|
||||
|
|
|
@ -19,19 +19,19 @@
|
|||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
|
||||
<meta name="og:image" content="https://mohsenemx.github.io/FXclient/assets/logo.png" />
|
||||
<meta property="og:url" content="https://mohsenemx.github.io/FXclient/">
|
||||
<meta name="og:image" content="https://fxclient.github.io/FXclient/assets/logo.png" />
|
||||
<meta property="og:url" content="https://fxclient.github.io/FXclient/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="FX Client">
|
||||
<meta property="og:description" content="Modified Version of Territorial.io - FX Client">
|
||||
<meta property="og:image" content="https://mohsenemx.github.io/FXclient/assets/logo.png">
|
||||
<meta property="og:image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="FX Client">
|
||||
<meta name="twitter:description" content="Modified Version of Territorial.io - FX Client">
|
||||
<meta name="twitter:image" content="https://mohsenemx.github.io/FXclient/assets/logo.png">
|
||||
<meta name="twitter:image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
||||
<meta itemprop="name" content="FX Client">
|
||||
<meta itemprop="description" content="Modified Version of Territorial.io - FX Client">
|
||||
<meta itemprop="image" content="https://mohsenemx.github.io/FXclient/assets/logo.png">
|
||||
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
||||
|
||||
<!-- FX Client CSS -->
|
||||
<link rel="stylesheet" href="main.css?buildTimestamp">
|
||||
|
|
Loading…
Reference in New Issue