Skip to content

Commit

Permalink
fix: rss route export
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Dec 27, 2023
1 parent 8440746 commit d018f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/feed/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const KateXBlockRule: MarkdownToJSX.Rule = {
},
}

export const AlertsRule: MarkdownToJSX.Rule = {
const AlertsRule: MarkdownToJSX.Rule = {
match: blockRegex(ALERT_BLOCKQUOTE_R),
order: Priority.HIGH,
parse(capture) {
Expand Down Expand Up @@ -191,7 +191,7 @@ const shouldCatchContainerName = [
'note',
].join('|')

export const ContainerRule: MarkdownToJSX.Rule = {
const ContainerRule: MarkdownToJSX.Rule = {
match: blockRegex(
new RegExp(
`^\\s*::: *(?<name>(${shouldCatchContainerName})) *({(?<params>(.*?))})? *\n(?<content>[\\s\\S]+?)\\s*::: *(?:\n *)+\n?`,
Expand Down

1 comment on commit d018f74

@vercel
Copy link

@vercel vercel bot commented on d018f74 Dec 27, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

shiro – ./

springtide.vercel.app
innei.in
shiro-git-main-innei.vercel.app
shiro-innei.vercel.app

Please sign in to comment.