#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

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',
}
}
} :{