change server port to localhost 1970

+ change img server to localhost 1971
+ add loading = lazy to images
This commit is contained in:
geoffrey45
2022-08-06 23:35:33 +03:00
parent 225ee6261b
commit ffcc0070a0
11 changed files with 49 additions and 24 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
const paths = {
api: "",
images: {
thumb: "http://0.0.0.0:9877/t/",
artist: "http://0.0.0.0:9877/a/",
playlist: "http://0.0.0.0:9877/p/"
thumb: "http://0.0.0.0:1971/t/",
artist: "http://0.0.0.0:1971/a/",
playlist: "http://0.0.0.0:1971/p/"
},
};