We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e998d commit e1702dcCopy full SHA for e1702dc
1 file changed
app/components/Contribute.tsx
@@ -34,7 +34,8 @@ function buildGithubNewUrl(dirPath: string, filename: string, title: string) {
34
title: ${title || "New Article"}
35
description:
36
date: ${new Date().toISOString().slice(0, 10)}
37
-tags: []
+tags:
38
+ - tag-one
39
---
40
41
# ${title || "New Article"}
0 commit comments