diff options
author | 2023-12-05 14:31:51 +0000 | |
---|---|---|
committer | 2023-12-05 14:31:51 +0000 | |
commit | 631e5d01b00efee6970466c38201cb0e67ec74cf (patch) | |
tree | 7c147c252bb3750f8186d756bb34fb2521352bf9 /.changeset/angry-cows-hug.md | |
parent | 2f110a501664d9fa8b03814d3fe818956031cfc4 (diff) | |
download | astro-631e5d01b00efee6970466c38201cb0e67ec74cf.tar.gz astro-631e5d01b00efee6970466c38201cb0e67ec74cf.tar.zst astro-631e5d01b00efee6970466c38201cb0e67ec74cf.zip |
fix: logging build trace of pages (#9315)
Diffstat (limited to '.changeset/angry-cows-hug.md')
-rw-r--r-- | .changeset/angry-cows-hug.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/angry-cows-hug.md b/.changeset/angry-cows-hug.md new file mode 100644 index 000000000..4a3813117 --- /dev/null +++ b/.changeset/angry-cows-hug.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes an issue where logs that weren't grouped together by route when building the app. |