From 997307a6f24dc3889e7d31e8c17317b50129459b Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Wed, 21 Feb 2024 22:34:49 +0100 Subject: [PATCH] Fix file aliases containing 'obsidian.' --- config/post-process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/post-process.js b/config/post-process.js index 7c0db591..8fbc59cf 100644 --- a/config/post-process.js +++ b/config/post-process.js @@ -42,7 +42,7 @@ async function renameFiles(folderPath) { // Step 2: add alias so links still work const fileContent = await fs.readFile(newFilePath, 'utf-8'); let newFileContent = `--- -aliases: "${file}" +aliases: "${newFileName}" cssclasses: hide-title ---