diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/red-news-tap.md | 5 | ||||
-rw-r--r-- | .changeset/young-rice-sort.md | 9 |
2 files changed, 0 insertions, 14 deletions
diff --git a/.changeset/red-news-tap.md b/.changeset/red-news-tap.md deleted file mode 100644 index f128b5693..000000000 --- a/.changeset/red-news-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-support': minor ---- - -Upgrade `@astrojs/markdown-support` dependencies. The `remark-rehype@9` upgrade enables accessible footnotes with `remark-footnotes`. diff --git a/.changeset/young-rice-sort.md b/.changeset/young-rice-sort.md deleted file mode 100644 index 1bdb8160d..000000000 --- a/.changeset/young-rice-sort.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'astro': minor ---- - -**[BREAKING CHANGE]** stop bundling, building, and processing public files. This fixes an issue where we weren't actually honoring the "do not process" property of the public directory. - -If you were using the `public/` directory as expected and not using it to build files for you, then this should not be a breaking change. However, will notice that these files are no longer bundled. - -If you were using the `public/` directory to build files (for example, like `public/index.scss`) then you can expect this to no longer work. As per the correct Astro documentation. |