03b18e8d1b
* adds a new "astro:build:generated" hook for SSG builds * chore: add changeset
5 lines
235 B
Markdown
5 lines
235 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
Adds a new "astro:build:generated" hook that runs after SSG builds finish but **before** build artifacts are cleaned up. This is a very specific use case, "astro:build:done" is probably what you're looking for.
|