Jacky Zhao
2023-07-20 410fc9c8d37b0c4118c70678db5d2e55a842f486
quartz/path.test.ts
@@ -122,6 +122,7 @@
  describe('slugifyFilePath', () => {
    asserts([
      ["content/index.md", "content/index"],
      ["content/_index.md", "content/index"],
      ["/content/index.md", "content/index"],
      ["content/cool.png", "content/cool"],
      ["index.md", "index"],