diff --git a/packages/content/src/config.ts b/packages/content/src/config.ts index d35b8ea..236b40b 100644 --- a/packages/content/src/config.ts +++ b/packages/content/src/config.ts @@ -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`