Remove website modal and use cookbook detail routes (#2312)

- replace cookbook recipe/example modal views with dedicated detail pages
- add legacy #file cookbook hash redirects to canonical routes
- remove modal component/runtime and associated CSS and stale page references

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: ca1a64ec-678f-45ac-ba68-33a37717398a
This commit is contained in:
Aaron Powell
2026-07-16 15:17:05 +10:00
committed by GitHub
co-authored by Copilot App
parent 5ff8276add
commit 1a77b83008
9 changed files with 322 additions and 2185 deletions
-3
View File
@@ -1,6 +1,5 @@
---
import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro";
import Modal from "../components/Modal.astro";
import Icon from "../components/Icon.astro";
import BackToTop from "../components/BackToTop.astro";
@@ -177,8 +176,6 @@ const base = import.meta.env.BASE_URL;
</section>
</div>
<Modal />
<!-- Back to Top Button -->
<BackToTop />