Skip to content

Commit 379f215

Browse files
CrokilyCopilot
andauthored
Update app/components/Contribute.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 25cc51e commit 379f215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Contribute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function buildGithubNewUrl(dirPath: string, filename: string, title: string) {
3131
const file = filename.endsWith(".mdx") ? filename : `${filename}.mdx`;
3232
const fullDir = `${DOCS_BASE}/${dirPath}`.replace(/\/+/g, "/");
3333
const frontMatter = `---
34-
title: "${title || "New Article"}"
34+
title: '${title || "New Article"}'
3535
description: ""
3636
date: "${new Date().toISOString().slice(0, 10)}"
3737
tags:

0 commit comments

Comments
 (0)