#295 Corrected path to null image provider (#315)

This commit is contained in:
Don Benjamin 2024-02-07 09:22:44 +00:00 committed by GitHub
parent 0ca4c0ef00
commit 72b9150fc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export default defineNuxtConfig({
provider: 'dummy',
providers: {
dummy: {
provider: '~/lib/dummy-image-provider.js',
provider: '~/lib/images/dummy-image-provider.js',
}
}
} :{