exhibitionist-digital / ultra

Zero-Legacy Deno/React Suspense SSR Framework
https://ultrajs.dev
MIT License
3k stars 67 forks source link

fix: client entry point absolute path #192

Closed mashaal closed 1 year ago

mashaal commented 1 year ago

In production, client scripts are relative to current depth, meaning they will 404 in deeply nested paths.

This should always make them absolute paths.