summaryrefslogtreecommitdiff
path: root/.changeset/light-badgers-mate.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/light-badgers-mate.md')
-rw-r--r--.changeset/light-badgers-mate.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/.changeset/light-badgers-mate.md b/.changeset/light-badgers-mate.md
deleted file mode 100644
index ea0451bec..000000000
--- a/.changeset/light-badgers-mate.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'astro': patch
----
-
-Specify `data-astro-reload` (no value) on an anchor element to force the browser to ignore view transitions and fall back to default loading.
-
-This is helpful when navigating to documents that have different content-types, e.g. application/pdf, where you want to use the build in viewer of the browser.
-Example: `<a href='/my.pdf' data-astro-reload>...</a>`