mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Sandboxed Compiles: support configurable texlive image root via env var
This commit is contained in:
@@ -46,7 +46,7 @@ const ProjectOptionsHandler = {
|
||||
if (!isAllowed) {
|
||||
throw new OError('invalid imageName', { imageName })
|
||||
}
|
||||
return settings.imageRoot + '/' + imageName
|
||||
return imageName
|
||||
},
|
||||
|
||||
async setImageName(projectId, imageName) {
|
||||
|
||||
Reference in New Issue
Block a user