summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-11-04 15:46:29 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-11-04 16:16:31 -0400
commit9dae57f32e92f4b25e7ead3b1b53d284446ec799 (patch)
tree49766f90a43b523b80df9cfaf35302162eb28721
parent0cb2db4d17fb5268400dc80b1b2e78c4740cc39a (diff)
downloadbfs-9dae57f32e92f4b25e7ead3b1b53d284446ec799.tar.xz
README: Work around Content-Security-Policy issues with the animation
Workaround for https://github.com/github/markup/issues/1601.
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index ae13200..9d0a603 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,10 @@
[Changelog]: /docs/CHANGELOG.md
<picture>
- <source media="(prefers-color-scheme: dark)" srcset="https://tavianator.github.io/bfs/animation-dark.svg">
- <source media="(prefers-color-scheme: light)" srcset="https://tavianator.github.io/bfs/animation-light.svg">
- <img alt="Screencast" src="https://tavianator.github.io/bfs/animation-light.svg">
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tavianator/bfs/gh-pages/animation-dark.svg">
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/tavianator/bfs/gh-pages/animation-light.svg">
+ <img alt="Screencast" src="https://raw.githubusercontent.com/tavianator/bfs/gh-pages/animation-light.svg">
</picture>
-<p></p>
</div>