blob: 25ee7464c9200e0dac6eb752e040403bbf4f8b80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---
'astro': patch
---
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 to `http://localhost:3000/blog/` in dev and when using `astro preview`.
Includes a helpful 404 page when encountering this in dev and preview.
|