Skip to content

Commit

Permalink
Merge pull request #13 from dddwa/fix/expose-conference-state
Browse files Browse the repository at this point in the history
Add conference state in
  • Loading branch information
JakeGinnivan authored Nov 3, 2024
2 parents 1c96199 + a869fd3 commit 652e93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/app/routes/_layout.app-content.$.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export async function loader({ params, request, context }: LoaderFunctionArgs) {
{
frontmatter: post.frontmatter,
post: post.code,
conferenceState: context.conferenceState,
},
{ headers: { 'Cache-Control': CACHE_CONTROL.doc } },
)
Expand Down

0 comments on commit 652e93f

Please sign in to comment.