#653 - Read Astro Content Collections

This commit is contained in:
Elio Struyf
2023-09-21 16:51:08 +02:00
parent 48ee263c27
commit 1128e230c6
31 changed files with 1025 additions and 126 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const glob = require('glob');
for (const key of enKeys) {
// If the key does not exist in the file, add it
if (!content[key]) {
content[key] = `🚧: ${enContent[key]}`;
content[key] = `${enContent[key]}`;
}
}