Fix: specified path for icons does not exist
This commit is contained in:
parent
44cf365d65
commit
5bfe8c7d3a
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,7 @@ const startWithInputFile = async (inputFile) => {
|
||||||
);
|
);
|
||||||
|
|
||||||
const filesDir = path.resolve(__dirname, '../public/files');
|
const filesDir = path.resolve(__dirname, '../public/files');
|
||||||
|
const iconsDir = path.resolve(__dirname, '../public/resources/images');
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
options: {
|
options: {
|
||||||
|
@ -119,6 +120,7 @@ const startWithInputFile = async (inputFile) => {
|
||||||
styles: 'styles',
|
styles: 'styles',
|
||||||
mbtiles: inputFilePath,
|
mbtiles: inputFilePath,
|
||||||
pmtiles: inputFilePath,
|
pmtiles: inputFilePath,
|
||||||
|
icons: iconsDir,
|
||||||
files: filesDir,
|
files: filesDir,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue