From 5e08ba851af4e119fbda3ff17aec355864eea3e0 Mon Sep 17 00:00:00 2001 From: Brooks Lybrand Date: Thu, 18 Jan 2024 16:45:05 -0600 Subject: [PATCH] Bundle satori --- vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index ebbc09d3..986f9a04 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -4,7 +4,7 @@ import tsconfigPaths from "vite-tsconfig-paths"; export default defineConfig({ ssr: { - noExternal: ["@docsearch/react"], + noExternal: ["@docsearch/react", "satori"], }, plugins: [ remix({ serverModuleFormat: "cjs" }),