We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bccf7 commit 118dde9Copy full SHA for 118dde9
src/runtime/server/og-image/satori/plugins/imageSrc.ts
@@ -1,7 +1,7 @@
1
import type { OgImageRenderEventContext, VNode } from '../../../../types'
2
import { useNitroOrigin } from '#site-config/server/composables/useNitroOrigin'
3
import sizeOf from 'image-size'
4
-import { useStorage } from 'nitropack/runtime/storage'
+import { useStorage } from 'nitropack/runtime'
5
import { withBase, withoutLeadingSlash } from 'ufo'
6
import { toBase64Image } from '../../../../shared'
7
import { decodeHtml } from '../../../util/encoding'
0 commit comments