Skip to content

Commit

Permalink
feat: use id as filename
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Nov 9, 2023
1 parent be1119b commit 23c637d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export const renderFilename = (
date,
dateSaved: date,
datePublished,
id: article.id,
});

// truncate the filename to 100 characters
Expand Down

0 comments on commit 23c637d

Please sign in to comment.