unjs / unhead

Unhead is the any-framework document head manager built for performance and delightful developer experience.
https://unhead.unjs.io
MIT License
549 stars 36 forks source link

Website crashed #363

Closed typed-sigterm closed 1 week ago

typed-sigterm commented 1 week ago

Environment

OS: Windows 11 Version 23H2 (Build 22631.3737) UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0

Reproduction

  1. https://unhead.unjs.io/
  2. https://unhead.unjs.io/usage/composables/use-head-safe etc.

Describe the bug

The first one responses:

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="refresh" content="0; url=https://unhead.unjs.io">
    </head>
</html>

This causes the page to constantly refresh.

The second one shows an 500 error:

This Serverless Function has crashed.

Additional context

No response

Logs

No response

harlan-zw commented 1 week ago

Thanks for the issue, seems to be fixed now.