Skip to content

Commit

Permalink
fix(config): πŸ› add node:buffer to ssr.external
Browse files Browse the repository at this point in the history
βœ… Closes: #80
  • Loading branch information
brklntmhwk committed Oct 18, 2024
1 parent 3079fd7 commit 9387132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default defineConfig({
},
},
ssr: {
external: ['node:fs', '@unpic/astro', 'unfurl.js'],
external: ['node:fs', 'node:process', 'node:buffer', 'unfurl.js'],
},
},
markdown: {
Expand Down

0 comments on commit 9387132

Please sign in to comment.