Skip to content

Commit 118dde9

Browse files
committed
fix: maybe resolve nitro path resolution bug
Fixes #379
1 parent 03bccf7 commit 118dde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/server/og-image/satori/plugins/imageSrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { OgImageRenderEventContext, VNode } from '../../../../types'
22
import { useNitroOrigin } from '#site-config/server/composables/useNitroOrigin'
33
import sizeOf from 'image-size'
4-
import { useStorage } from 'nitropack/runtime/storage'
4+
import { useStorage } from 'nitropack/runtime'
55
import { withBase, withoutLeadingSlash } from 'ufo'
66
import { toBase64Image } from '../../../../shared'
77
import { decodeHtml } from '../../../util/encoding'

0 commit comments

Comments
 (0)