We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2dfe5 commit 631a711Copy full SHA for 631a711
.github/workflows/vercel-deploy.yml
@@ -39,4 +39,4 @@ jobs:
39
vercel-args: '--prod'
40
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
41
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
42
- working-directory: ./documentation/public
+ working-directory: ./public
src/lib/comment-parser.ts
@@ -46,7 +46,6 @@ export const parseComment = (fileContent: string) => {
46
*/
47
export const parseVuepressFileHeader = (content: string, file: DirectoryFile) => {
48
const { frontmatter, attributes } = parseComment(content);
49
- console.log({ frontmatter, attributes });
50
51
let fileContent = '---\n';
52
0 commit comments