Patch Changes
-
b958088: Make astro-root be a display: contents element
-
65d1785: Fixes hoisted scripts to be bundled during the build
-
3b8f201: Add build output
-
824c1f2: Re-implement client:only support
-
3cd1458: Bugfix: Bundled CSS missing files on Windows
-
4e55be9: Fixes layout file detection on non-unix environments
-
fca1a99: Provides first-class support for a site deployed to a subpath
Now you can deploy your site to a subpath more easily. Astro will use your
buildOptions.site
URL and host the dev server from there.If your site config is
http://example.com/blog
you will need to go tohttp://localhost:3000/blog/
in dev and when usingastro preview
.Includes a helpful 404 page when encountering this in dev and preview.
-
65216ef: Bugfix: PostCSS not working in all contexts
-
Updated dependencies [3cd1458]
- @astrojs/renderer-preact@0.3.0-next.1
- @astrojs/renderer-react@0.3.0-next.1
- @astrojs/renderer-svelte@0.2.0-next.1
- @astrojs/renderer-vue@0.2.0-next.1