Skip to content

Commit

Permalink
Merge pull request #215 from zirreal/main
Browse files Browse the repository at this point in the history
updated key
  • Loading branch information
zirreal authored Jul 2, 2024
2 parents f12f850 + 111d97b commit 20f5f0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gridsome.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ stream.write(`\n- link: ${options.path}
// for lesson translations
// translateLesson(fs, path.slice(0,-1))


locales.forEach(locale => {
if (fs.existsSync(`courses/${locale}/${path.slice(0,-1)}.md`)) {
console.log('exists');
Expand Down

0 comments on commit 20f5f0f

Please sign in to comment.