Skip to content

Commit

Permalink
fix: build error (CSS-in-JS in React component)
Browse files Browse the repository at this point in the history
  • Loading branch information
monaqa committed Feb 19, 2023
1 parent 730efcc commit e1dba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const articles = content.articles;
<h1>Vim 駅伝</h1>
<div class="tw-c-section hidden md:block">
<h2>スケジュール</h2>
<Calendar articles={articles} client:load />
<Calendar articles={articles} client:only="react" />
</div>
<div class="tw-c-section">
<h2>記事一覧</h2>
Expand Down

0 comments on commit e1dba8b

Please sign in to comment.