Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Feb 15, 2024
1 parent 80241c6 commit 94d0a56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/[[...markdownPath]].js
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ export async function getStaticPaths() {
}

const files = await getFiles(rootDir);
console.log(
'files',
files.filter((f) => f.indexOf('blog') >= 0)
);

const paths = files.map((file) => ({
params: {
Expand Down

0 comments on commit 94d0a56

Please sign in to comment.