danheron / Heron.MudCalendar

Calendar component for MudBlazor
MIT License
169 stars 33 forks source link

Failed to load resource #100

Closed ShadowGreg closed 7 months ago

ShadowGreg commented 7 months ago

Failed to load resource: the server responded with a status of 404 () content/Heron.MudCalendar/Heron.MudCalendar.js:1 Failed to load resource: the server responded with a status of 404 ()

miguelmachado17 commented 7 months ago

Hello,

I was having the same problem and notice that a Heron.MudCalendar.min.js was loading, so I just changed the code below and stopped having the error.

<script src="_content/Heron.MudCalendar/Heron.MudCalendar.js"></script>

To

<script src="_content/Heron.MudCalendar/Heron.MudCalendar.min.js"></script>

danheron commented 7 months ago

Thanks, I will update the documentation.