Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainJolidon committed Jul 8, 2024
1 parent 25e5874 commit 70a3452
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pages/changelogs/2024-07-15-email-survey.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ There is one custom template per question type, allowing your end users to start

export default ({ children, ...rest }) => (
<MdxLayout meta={meta} {...rest}>
<Template content={content} />
{children}
</MdxLayout>
);
2 changes: 1 addition & 1 deletion public/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Screeb Changelog</title>
<link>http://localhost:3004</link>
<description>How Screeb gets better every week</description>
<lastBuildDate>Mon, 08 Jul 2024 15:12:11 GMT</lastBuildDate>
<lastBuildDate>Mon, 08 Jul 2024 15:23:04 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>Feed for Screeb changelog</generator>
<image>
Expand Down

0 comments on commit 70a3452

Please sign in to comment.