Skip to content

Commit

Permalink
refactor: fetch config key
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jul 25, 2024
1 parent 4775b8e commit 0acd06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posthtml/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export async function process(html = '', config = {}) {
},
),
},
get(config, 'build.fetch', {})
get(config, 'fetch', {})
)
)

Expand Down

0 comments on commit 0acd06b

Please sign in to comment.