summaryrefslogtreecommitdiff
path: root/.changeset/ten-hounds-fry.md
diff options
context:
space:
mode:
authorGravatar Joaquín Sánchez <joaquin.sanchez@fi2net.es> 2022-05-26 16:19:19 +0200
committerGravatar GitHub <noreply@github.com> 2022-05-26 10:19:19 -0400
commit79b9ebc83ab7e190bd2894338e51e7f3f41e04d2 (patch)
tree79edc4a2ac91099e9fbb73f93d95f84ae1af5e4a /.changeset/ten-hounds-fry.md
parentc4658ba857d1982406bc362210d3ccac8d6afbde (diff)
downloadastro-79b9ebc83ab7e190bd2894338e51e7f3f41e04d2.tar.gz
astro-79b9ebc83ab7e190bd2894338e51e7f3f41e04d2.tar.zst
astro-79b9ebc83ab7e190bd2894338e51e7f3f41e04d2.zip
feat: expose route dist URL on SSG (#3438)
* feat: expose route dist URL on SSG * chore: add changeset * chore: add test for `distURL` * cleanup: remove console.log from test
Diffstat (limited to '.changeset/ten-hounds-fry.md')
-rw-r--r--.changeset/ten-hounds-fry.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/ten-hounds-fry.md b/.changeset/ten-hounds-fry.md
new file mode 100644
index 000000000..9db3680d2
--- /dev/null
+++ b/.changeset/ten-hounds-fry.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Expose route dist URL on SSG