Added robots.txt

This commit is contained in:
Shiny Nematoda 2023-03-21 15:17:12 +00:00
parent 1cacd02979
commit 9dd4534f83
3 changed files with 5 additions and 4 deletions

View file

@ -21,7 +21,6 @@ export const useData = defineStore('data', () => {
player = usePlayer();
async function getSong(e) {
const hash = new URLSearchParams(e.substring(e.indexOf('?'))).get('v'),
json = await getJsonPiped('/streams/' + hash);