mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 08:44:36 +00:00
fix getFileExtension missing numeric extensions (e.g. mp4)
This commit is contained in:
@ -145,6 +145,7 @@ describe("transforms", () => {
|
||||
["/content/index.md", "content/index"],
|
||||
["content/cool.png", "content/cool"],
|
||||
["index.md", "index"],
|
||||
["test.mp4", "test"],
|
||||
["note with spaces.md", "note-with-spaces"],
|
||||
],
|
||||
path.slugifyFilePath,
|
||||
|
Reference in New Issue
Block a user