Added robots file and changed description
This commit is contained in:
parent
ced508b6f6
commit
b7d249aee5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "BeatSaber Overlay",
|
"name": "BeatSaber Overlay",
|
||||||
"description": "Simple scoresaber overlay",
|
"description": "A simple scoresaber overlay for OBS",
|
||||||
"color": "#0EBFE9",
|
"color": "#0EBFE9",
|
||||||
"url": "https://bs-overlay.fascinated.cc",
|
"url": "https://bs-overlay.fascinated.cc",
|
||||||
"proxy_url": "https://bangor375.herokuapp.com"
|
"proxy_url": "https://bangor375.herokuapp.com"
|
||||||
|
@ -18,6 +18,7 @@ function MyApp({ Component, pageProps }) {
|
|||||||
<meta property="og:url" content= {Config.url} key="title" />
|
<meta property="og:url" content= {Config.url} key="title" />
|
||||||
<meta property="og:description" content= {Config.description} key="description" />
|
<meta property="og:description" content= {Config.description} key="description" />
|
||||||
<meta name="theme-color" content= {Config.color} />
|
<meta name="theme-color" content= {Config.color} />
|
||||||
|
<meta name="description" content= {Config.description}></meta>
|
||||||
<noscript>
|
<noscript>
|
||||||
<img src="https://analytics.fascinated.cc/ingress/4bc413fa-a126-4860-9a6a-22d10d5cf2fb/pixel.gif" />
|
<img src="https://analytics.fascinated.cc/ingress/4bc413fa-a126-4860-9a6a-22d10d5cf2fb/pixel.gif" />
|
||||||
</noscript>
|
</noscript>
|
||||||
|
@ -315,6 +315,7 @@ export default class Home extends Component {
|
|||||||
</div>
|
</div>
|
||||||
: !isValidScoresaber ?
|
: !isValidScoresaber ?
|
||||||
<div className={'invalid-player'}>
|
<div className={'invalid-player'}>
|
||||||
|
<h1>BeatSaber Overlay</h1>
|
||||||
<div style={{ fontWeight: 'bold', marginBottom: '50px' }}>
|
<div style={{ fontWeight: 'bold', marginBottom: '50px' }}>
|
||||||
<p>This is currently just a simple overlay for OBS displaying ScoreSaber stats.</p>
|
<p>This is currently just a simple overlay for OBS displaying ScoreSaber stats.</p>
|
||||||
<p>If you have any suggestions you can message me on discord @ Fascinated#4719</p>
|
<p>If you have any suggestions you can message me on discord @ Fascinated#4719</p>
|
||||||
|
1
public/robots.txt
Normal file
1
public/robots.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
User-agent: * Disallow:
|
Reference in New Issue
Block a user