Switch to using dedicated directory.

This commit is contained in:
axlan
2022-11-25 19:21:21 -08:00
parent f70276fd51
commit 29c0fc2612
2 changed files with 3 additions and 1 deletions

View File

@@ -2192,7 +2192,7 @@ function imageURL(url, destination, otherParams) {
var imageurl = url;
// If an image URL does not have HTTP in it, assume it's a local file at the HTML root directory.
if (!url.includes('http')) {
imageurl = '/' + url;
imageurl = '/local_art/' + url;
} else if (params.get('noproxy') != '') {
//CORS PROXY LINKS
//Previously: https://cors.bridged.cc/

2
local_art/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore