Skip to content

Commit

Permalink
try fixing netlify deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Jan 13, 2024
1 parent 95381a8 commit c6cbbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[functions]
directory = "functions"
node_bundler = "esbuild"
external_node_modules = ["mdsvex", "heffnerdotdev", "@resvg/resvg-js"]
external_node_modules = ["mdsvex", "heffnerdotdev", "@resvg/resvg-js", "remark-html"]

[build.environment]
NODE_VERSION = "16"
Expand Down

0 comments on commit c6cbbfc

Please sign in to comment.