moment / luxon

⏱ A library for working with dates and times in JS
https://moment.github.io/luxon
MIT License
15.05k stars 730 forks source link

Luxon homepage not working #1618

Closed mobilutz closed 2 months ago

mobilutz commented 2 months ago

Describe the bug

The Luxon homepage https://moment.github.io/luxon/ does not work.

To Reproduce

Visit https://moment.github.io/luxon/

Actual vs Expected behavior

Homepage being displayed.

Additional context

It seems that the unpkg.com responses lead to the problem, see here as an example: https://unpkg.com/docsify/lib/docsify.min.js

icambron commented 2 months ago

If you remove the trailing slash it works. I'd certainly accept a PR fixing it

rluba commented 2 months ago

Nope, I can confirm that it is not working for me – with or without the slash. Without the slash redirects to with slash (see first request below):

luxon

The problem is that the request for docsify.min.js receives a 520 error response:

docsify
mobilutz commented 2 months ago

It is working again, see screenshot. Screenshot 2024-04-18 at 13 15 44

I guess the problem was that unpkg.com had a problem or so ...