Skip to content

Commit

Permalink
fix: settings.isEnableRelativeUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
songkg7 committed Dec 12, 2024
1 parent 923738c commit 98a05a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jekyll/chirpy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function convertToChirpy(plugin: O2Plugin) {
vaultAbsolutePath(plugin),
plugin.obsidianPathSettings.attachmentsFolder,
settings.jekyllRelativeResourcePath,
{ useRelativeUrl: false } as LiquidFilterOptions,
{ useRelativeUrl: settings.isEnableRelativeUrl } as LiquidFilterOptions,
);
const curlyBraceConverter = new CurlyBraceConverter(
settings.isEnableCurlyBraceConvertMode,
Expand Down

0 comments on commit 98a05a5

Please sign in to comment.