Skip to content

Commit

Permalink
fix: about page 500 error (#1711)
Browse files Browse the repository at this point in the history
* fix: about page 500 error

* Update package.json
  • Loading branch information
gdomingu committed Oct 18, 2021
1 parent f43c270 commit 7aca7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/MarkDownPage.svelte
Expand Up @@ -4,7 +4,7 @@
const markdown = await import("remark-parse")
const html = await import("rehype-stringify")
const remark2rehype = await import("remark-rehype")
const format = await import("rehype-format")
const format = import("rehype-format")

return (
await remark.default()
Expand Down

1 comment on commit 7aca7cb

@vercel
Copy link

@vercel vercel bot commented on 7aca7cb Oct 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.