Skip to content

Commit

Permalink
Fix file aliases containing 'obsidian.'
Browse files Browse the repository at this point in the history
  • Loading branch information
joethei authored Feb 21, 2024
1 parent 43e0152 commit 997307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/post-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit 997307a

Please sign in to comment.