Skip to content

Commit 73ee77a

Browse files
committed
fix: og handler
1 parent c9cfe57 commit 73ee77a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/internal/vite-plugins.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ export function deps(): PluginOption {
9292
],
9393
},
9494
ssr: {
95-
external: ['@takumi-rs/core'],
96-
noExternal: ['@takumi-rs/image-response', '@takumi-rs/wasm', '@takumi-rs/helpers'],
95+
noExternal: [/^@takumi-rs\//],
9796
},
9897
}
9998
},

0 commit comments

Comments
 (0)