From f3cf1587e0bf6c39c683489433f9ba56d3c6e877 Mon Sep 17 00:00:00 2001 From: "Sean (ANGRYxScotsman)" <36518683+seanh1995@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:57:01 +0100 Subject: [PATCH] Import YouTubeEmbed in tweaks guide (#4907) Add the `YouTubeEmbed` component import to `docs/src/content/docs/guides/tweaks.mdx` so the guide can use embedded YouTube content without missing-component build issues. --- docs/src/content/docs/guides/tweaks.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/content/docs/guides/tweaks.mdx b/docs/src/content/docs/guides/tweaks.mdx index e2b010cc..1c1465e9 100644 --- a/docs/src/content/docs/guides/tweaks.mdx +++ b/docs/src/content/docs/guides/tweaks.mdx @@ -5,6 +5,8 @@ sidebar: order: 3 --- +import YouTubeEmbed from '../../../components/YouTubeEmbed.astro'; + Use the Tweaks tab to apply recommended Windows changes, review optional presets, and adjust a few supporting settings such as DNS and power plans. Start with a preset unless you already know which individual tweaks you want. ![Image of Tweaks Tab](../../../assets/screenshots/tweaks-tab-new.png)