Skip to content

Commit 0859450

Browse files
committed
fix: use explicit imports mapping for #nuxtseo-shared
1 parent 3b0dae1 commit 0859450

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"bugs": {
2020
"url": "https://github.com/nuxt-modules/og-image/issues"
2121
},
22+
"imports": {
23+
"#nuxtseo-shared/server/kit": "./node_modules/nuxtseo-shared/dist/runtime/server/kit.js"
24+
},
2225
"exports": {
2326
".": {
2427
"types": "./dist/types.d.mts",

0 commit comments

Comments
 (0)