pompy.dev/packages/content/src/config.ts
2025-01-20 20:21:01 +09:00

7 lines
362 B
TypeScript

export const markdownPath = "./markdown" // where it will look for markdown documents
export const outPath = "./dist" // path to the json database
export const contentDirectoryPath = `${outPath}/content`
export const mapFilePath = `${outPath}/map.json`
export const rssFilePath = `${outPath}/rss.xml`
export const searchIndexFilePath = `${outPath}/search.json`