support attachments folder

This commit is contained in:
Jacky Zhao
2023-07-23 17:42:00 -07:00
parent dfac1d6e44
commit 480948a78f
4 changed files with 50 additions and 28 deletions

View File

@@ -114,7 +114,7 @@ const config: QuartzConfig = {
enableSiteMap: true,
enableRSS: true,
}),
Plugin.Assets(),
Plugin.Assets({ attachmentsFolder: "attachments" }),
Plugin.Static(),
],
},