Skip to content

Commit

Permalink
add back calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn111 committed Dec 26, 2024
1 parent 55f5c28 commit 91f7628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Calendar() {
googleCalendarApiKey="AIzaSyCuWMvbJMh8InLaE1Qk8-bHUjJbm8iYvPU"
events={{
googleCalendarId:
"0lh8h468gpni29ipvg9gicn2ij93ltkc@import.calendar.google.com",
"9bdrfj0lhcdisp5r9duptff06c@group.calendar.google.com",
}}
//initialView="dayGridMonth"
initialView="dayGridWeek"
Expand Down
3 changes: 3 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ const description = "KaLUG - Kaohsiung Linux User Group: 由一群熱愛 Linux /
</section>
)
}
<section>
<Calendar client:load />
</section>

<div class="all-posts-btn-wrapper">
<LinkButton href="/posts/">
Expand Down

0 comments on commit 91f7628

Please sign in to comment.