Skip to content

Commit

Permalink
Update utils/generate-metadata.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kata Martin <[email protected]>
  • Loading branch information
Shane98c and katamartin authored Jan 7, 2025
1 parent 003674b commit 6f0d113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generate-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require('fs')
const path = require('path')
const matter = require('gray-matter')

// We generate this at build to allow us to afrom edge functions like dynamic OG images (og.js)
// We generate this at build to allow us to access from edge functions like dynamic OG images (og.js)

const POSTS_PATH = path.join(process.cwd(), 'posts')

Expand Down

0 comments on commit 6f0d113

Please sign in to comment.