Closed wmertens closed 2 weeks ago
Qwik City (routing)
Running pnpm docs.dev and going to docs/getting-started, I see an error that it's trying to load the SPA init, but it's using the wrong path. The preload links look like
pnpm docs.dev
<link href="/build//src/components/header/header.tsx_header_component_usevisibletask_9t1upe4yola.js" rel="modulepreload">
but they should instead be
<link href="/src/components/header/header.tsx_header_component_usevisibletask_9t1upe4yola.js?_qrl_parent=header.tsx" rel="modulepreload">
docs packaeg
latest everything
No response
fixed in 1.10 or earlier
Which component is affected?
Qwik City (routing)
Describe the bug
Running
pnpm docs.dev
and going to docs/getting-started, I see an error that it's trying to load the SPA init, but it's using the wrong path. The preload links look likebut they should instead be
Reproduction
docs packaeg
Steps to reproduce
pnpm docs.dev
System Info
Additional Information
No response