refactor: remove unused variable
This commit is contained in:
parent
dea1f95e92
commit
5dc2f2d69e
1 changed files with 0 additions and 1 deletions
|
@ -2,6 +2,5 @@ export const markdownPath = "./markdown" // where it will look for markdown docu
|
|||
export const outPath = "./dist" // path to the json database
|
||||
|
||||
export const contentDirectoryPath = `${outPath}/content`
|
||||
export const iconsDirectoryPath = `${outPath}/icons`
|
||||
export const mapFilePath = `${outPath}/map.json`
|
||||
export const searchIndexFilePath = `${outPath}/search.json`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue