Skip to content

Commit

Permalink
move md files
Browse files Browse the repository at this point in the history
  • Loading branch information
NebraskaCoder committed Feb 23, 2024
1 parent 3578fc6 commit d3f8278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/aboutPages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from "path";
import matter from "gray-matter";
import { processMarkdownAsHTML } from "@/utils/remarkUtils";

const contentDirectory = path.join(process.cwd(), "app/[locale]/about/");
const contentDirectory = path.join(process.cwd(), "about");

export async function checkIfSlugIsValid(slug: string) {
console.info("checking slug", slug);
Expand Down

0 comments on commit d3f8278

Please sign in to comment.