refactor: remove unused variable

This commit is contained in:
Kim, Jimin 2025-01-20 18:51:46 +09:00
parent dea1f95e92
commit 5dc2f2d69e
Signed by: pomp
GPG key ID: 2B516173EDD492EB

View file

@ -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 outPath = "./dist" // path to the json database
export const contentDirectoryPath = `${outPath}/content` export const contentDirectoryPath = `${outPath}/content`
export const iconsDirectoryPath = `${outPath}/icons`
export const mapFilePath = `${outPath}/map.json` export const mapFilePath = `${outPath}/map.json`
export const searchIndexFilePath = `${outPath}/search.json` export const searchIndexFilePath = `${outPath}/search.json`