Skip to content

Commit

Permalink
Bundle satori
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Jan 18, 2024
1 parent aa969ec commit 5e08ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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" }),
Expand Down

0 comments on commit 5e08ba8

Please sign in to comment.