Skip to content

Commit

Permalink
fix(config): πŸ› add @unpic/astro 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 d6926d9 commit 3079fd7
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', 'node:process', 'unfurl.js'],
external: ['node:fs', '@unpic/astro', 'unfurl.js'],
},
},
markdown: {
Expand Down

0 comments on commit 3079fd7

Please sign in to comment.