Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 8, 2024
1 parent e2f4c20 commit 4d7bc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/myst_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>{{ frontend_data.content.title if frontend_data.content and frontend_data.content.title else 'MyST Page' }}</title>
</head>
<body>
<div id="myst-article-root"></div>
<div id="root"></div>
<script>
window.frontendData = {{ frontend_data | tojson | safe }};
</script>
Expand Down

0 comments on commit 4d7bc76

Please sign in to comment.