diff --git a/.changeset/four-moles-burn.md b/.changeset/four-moles-burn.md index e9f77406ccd5..3f45f452d914 100644 --- a/.changeset/four-moles-burn.md +++ b/.changeset/four-moles-burn.md @@ -2,4 +2,4 @@ 'astro': minor --- -The `astro preview` command now errors if you have not run `astro build` for static outputs +Adds a helpful error for static sites when you use the `astro preview` command if you have not previously run `astro build`.