diff options
Diffstat (limited to '.changeset/poor-dots-add.md')
-rw-r--r-- | .changeset/poor-dots-add.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/poor-dots-add.md b/.changeset/poor-dots-add.md deleted file mode 100644 index 088498eee..000000000 --- a/.changeset/poor-dots-add.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': minor ---- - -Adds a new `buildOutput` property to the `astro:config:done` hook returning the build output type. - -This can be used to know if the user's project will be built as a static site (HTML files), or a server-rendered site (whose exact output depends on the adapter). |