Closed bennypowers closed 3 years ago
Authors will want to link to pages from the web root, i.e.
[script children](/guides/cool-tricks/inline-query-scripts)
instead of
[script children](../../../guides/cool-tricks/inline-query-scripts)
But during dev-time the site is served from _site-dev.
_site-dev
Either that prefix should not be used (perhaps the export map update to web dev server can help with that), or internal links should be automatically rewritten at dev-time.
we now serve without a subdirectory 👍
so such links should work 💪
Authors will want to link to pages from the web root, i.e.
instead of
But during dev-time the site is served from
_site-dev
.Either that prefix should not be used (perhaps the export map update to web dev server can help with that), or internal links should be automatically rewritten at dev-time.