diff options
author | 2021-12-06 16:01:32 -0700 | |
---|---|---|
committer | 2021-12-06 16:01:32 -0700 | |
commit | da7b41f5b8eb6d3a3e3a765be447e03ef5691979 (patch) | |
tree | a2d00d050e026dd88ea2d83a786295d01557c1f0 /.changeset | |
parent | cc1dae55c8bbf0a7d862e227f7daed138c485be4 (diff) | |
download | astro-da7b41f5b8eb6d3a3e3a765be447e03ef5691979.tar.gz astro-da7b41f5b8eb6d3a3e3a765be447e03ef5691979.tar.zst astro-da7b41f5b8eb6d3a3e3a765be447e03ef5691979.zip |
Fix build missing styles (affecting docs) (#2112)
* Revert "remove odd docs regression caused by Astro.fetchContent()"
This reverts commit df4707797821060228454acf7f9fb316dd953e8a.
* Fix build missing styles
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/popular-roses-ring.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/popular-roses-ring.md b/.changeset/popular-roses-ring.md new file mode 100644 index 000000000..b7401f61b --- /dev/null +++ b/.changeset/popular-roses-ring.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Bugfix: fix missing styles in build |