diff options
author | 2021-11-29 12:33:40 -0700 | |
---|---|---|
committer | 2021-11-29 12:33:40 -0700 | |
commit | 50f3b8d7ec6205340e4205db1227c248ac9884c1 (patch) | |
tree | 3dee5877241960facc878b72cc2ac78cd9d7d600 /.changeset | |
parent | 4436592d22f61622d1119dd4f4136bc7c33eb0bf (diff) | |
download | astro-50f3b8d7ec6205340e4205db1227c248ac9884c1.tar.gz astro-50f3b8d7ec6205340e4205db1227c248ac9884c1.tar.zst astro-50f3b8d7ec6205340e4205db1227c248ac9884c1.zip |
Fix style injection (#2011)
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/warm-students-melt.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/warm-students-melt.md b/.changeset/warm-students-melt.md new file mode 100644 index 000000000..89580014b --- /dev/null +++ b/.changeset/warm-students-melt.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Bugfix: improve style and script injection for partial pages |