astro/.changeset/bright-glasses-jump.md
Matthew Phillips 0f9c191010
Fix: dev server routing when not using subpath (#1846)
* Fix: dev server routing when not using subpath

* Better comment

* Adds a changeset

* Remove testing file

* Rename this.pathname to this.devRoot
2021-11-16 17:10:20 -05:00

5 lines
No EOL
160 B
Markdown

---
'astro': patch
---
Fixes routing regression in next.4. Subpath support was inadvertedly prevent any non-index routes from working when not using a subpath.