1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Update sponsors

This commit is contained in:
Kamran Ahmed
2023-04-01 01:37:24 +01:00
parent 366d893df9
commit d232d3bbd0
12 changed files with 12 additions and 100 deletions

View File

@@ -91,7 +91,7 @@ function populatePageAds({
const newFrontmatter = yaml.dump(frontmatterObj, {
lineWidth: 10000,
forceQuotes: true,
quotingType: '"',
quotingType: "'",
});
const newContent = `---\n${newFrontmatter}---\n\n${contentWithoutFrontmatter}`;