Skip to content

Commit

Permalink
Fixes issue with head content being pushed into body (#10608)
Browse files Browse the repository at this point in the history
* Fixes issue with head content being pushed into body

* Update snapshot version

* Upgrade compiler version
  • Loading branch information
matthewp authored Apr 1, 2024
1 parent 0be26d8 commit e31bea0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-islands-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro": patch
---

Fixes bug with head content being pushed into body
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"test:node": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@astrojs/compiler": "^2.7.0",
"@astrojs/compiler": "^2.7.1",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e31bea0

Please sign in to comment.