Refactor techradar to subfolder
This commit is contained in:
@@ -27,7 +27,7 @@ export const jsPath = (...pathInSrc) => (
|
||||
);
|
||||
|
||||
export const distPath = (...pathInDist) => (
|
||||
relativePath('dist', ...pathInDist)
|
||||
relativePath('dist', 'techradar', ...pathInDist)
|
||||
);
|
||||
|
||||
export const getAllMarkdownFiles = (folder) => (
|
||||
|
||||
Reference in New Issue
Block a user