make uri relative

This commit is contained in:
matth@ultra 2024-09-02 00:00:05 +02:00
parent 541febceac
commit d2c6f7b72e

View File

@ -5,7 +5,7 @@
// All paths require trailing slashes! // All paths require trailing slashes!
$rootDir = __DIR__ . '/../images/'; $rootDir = __DIR__ . '/../images/';
// The URI at which the rootDir will be served // The URI at which the rootDir will be served
$rootPath = '/images/'; $rootPath = 'images/';
// Path of the directory containing all the files to be sorted, relative to $rootDir // Path of the directory containing all the files to be sorted, relative to $rootDir
$stagingDirName = '.sort/'; $stagingDirName = '.sort/';