Skip to content

Commit

Permalink
fix: default dir value
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 24, 2022
1 parent 5bf68d3 commit cc4a09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineNuxtModule<ModuleOptions>({
defaults: {
staticFilename: '[publicPath]/image/[hash][ext]',
provider: 'auto',
dir: undefined,
dir: '',
presets: {},
domains: [] as string[],
sharp: {},
Expand Down

0 comments on commit cc4a09d

Please sign in to comment.