diff options
author | 2021-07-28 00:22:27 +0200 | |
---|---|---|
committer | 2021-07-27 17:22:27 -0500 | |
commit | b7630b93e64fff922daa2fc2863e8036790eb870 (patch) | |
tree | 8e1373467a0317e284d4233b04a9bbbcd1af6170 /docs/src | |
parent | 239c7b16685b4f565f84517abca4121c4f15c499 (diff) | |
download | astro-b7630b93e64fff922daa2fc2863e8036790eb870.tar.gz astro-b7630b93e64fff922daa2fc2863e8036790eb870.tar.zst astro-b7630b93e64fff922daa2fc2863e8036790eb870.zip |
docs: add missing `matchMedia` reference (#895)
* docs: add missing `matchMedia` reference
* Update docs/src/pages/core-concepts/component-hydration.md
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/core-concepts/component-hydration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/pages/core-concepts/component-hydration.md b/docs/src/pages/core-concepts/component-hydration.md index e1e7efa50..9aeadb79c 100644 --- a/docs/src/pages/core-concepts/component-hydration.md +++ b/docs/src/pages/core-concepts/component-hydration.md @@ -91,3 +91,4 @@ Alternatively, you could add a `<script>` tag to your Astro component HTML templ [mdn-io]: https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API [mdn-ric]: https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback +[mdn-mm]: https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia |