Skip to content

Commit

Permalink
calendar api key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarlopernudisegura committed Jan 13, 2025
1 parent 1637a1d commit 82b27be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Calendar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</style>

<script src="https://cdn.jsdelivr.net/npm/fullcalendar@5.11.3/main.min.js" integrity="sha256-7PzqE1MyWa/IV5vZumk1CVO6OQbaJE4ns7vmxuUP/7g=" crossorigin="anonymous"></script>
<script defer>
<script>
const calendarEl = document.getElementById('calendar')
const calendar = new FullCalendar.Calendar(calendarEl, {
googleCalendarApiKey: import.meta.env.PUBLIC_GOOGLE_CALENDAR,
Expand Down

0 comments on commit 82b27be

Please sign in to comment.