Skip to content

Commit

Permalink
#295 Corrected path to null image provider (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
donuk authored Feb 7, 2024
1 parent 0ca4c0e commit 72b9150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default defineNuxtConfig({
provider: 'dummy',
providers: {
dummy: {
provider: '~/lib/dummy-image-provider.js',
provider: '~/lib/images/dummy-image-provider.js',
}
}
} :{
Expand Down

0 comments on commit 72b9150

Please sign in to comment.