Skip to content

Commit

Permalink
fix: mdx로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
astorverse committed Feb 2, 2025
1 parent 35f9afb commit a53c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentations/rest/project.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class ProjectController {
const { project, markdown } =
await this.projectsService.createProject(request);
await this.githubService.createOrUpdateFile({
path: `src/content/projects/${project.frontmatter.projectName}.md`,
path: `src/content/projects/${project.frontmatter.projectName}.mdx`,
content: markdown,
message: `chore(content): add ${project.frontmatter.projectName} markdown via API`,
});
Expand Down

0 comments on commit a53c758

Please sign in to comment.