From a0301d7a8e137bd83ace61226ec4ac0f9003d6f6 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:01:21 +0000 Subject: [PATCH] Fix: Correct asset and component pathing for GitHub Pages Resolves issues with assets and components not loading on the deployed site. - Renames component files (e.g., `_header.html` to `header.html`) to prevent them from being ignored by Jekyll. - Updates `script.js` to use the new component filenames. - Adds a `` tag to all HTML files to ensure that all absolute paths are resolved relative to the site's root in its subdirectory. - Adjusts stylesheet links in `index.html` and `games/index.html` to be compatible with the new base URL. --- docs/features/browser-apis.html | 5 +++-- docs/features/clipboard.html | 5 +++-- docs/features/drag-drop.html | 5 +++-- docs/features/filter-search.html | 5 +++-- docs/features/forms.html | 5 +++-- docs/features/json-viewer.html | 5 +++-- docs/features/live-js-runner.html | 5 +++-- docs/features/markdown-converter.html | 5 +++-- docs/features/mermaid-diagrams.html | 5 +++-- docs/features/notes-app.html | 5 +++-- docs/features/page-state.html | 5 +++-- docs/features/spa-routing.html | 5 +++-- docs/features/theme-switcher.html | 5 +++-- docs/{_footer.html => footer.html} | 0 docs/games/clicker.html | 5 +++-- docs/games/drag-drop-puzzle.html | 5 +++-- docs/games/index.html | 7 ++++--- docs/games/maze.html | 5 +++-- docs/games/memory-match.html | 5 +++-- docs/games/number-guessing.html | 5 +++-- docs/games/rock-paper-scissors.html | 5 +++-- docs/games/simon-says.html | 5 +++-- docs/games/tic-tac-toe.html | 5 +++-- docs/games/typing-speed.html | 5 +++-- docs/games/wordle.html | 5 +++-- docs/guides/best-practices.html | 5 +++-- docs/guides/markdown-usage.html | 5 +++-- docs/guides/resources.html | 5 +++-- docs/{_header.html => header.html} | 0 docs/index.html | 1 + docs/{_nav.html => nav.html} | 0 docs/script.js | 6 +++--- docs/tools/tech-tools.html | 5 +++-- 33 files changed, 89 insertions(+), 60 deletions(-) rename docs/{_footer.html => footer.html} (100%) rename docs/{_header.html => header.html} (100%) rename docs/{_nav.html => nav.html} (100%) diff --git a/docs/features/browser-apis.html b/docs/features/browser-apis.html index 8c52951..9da362e 100644 --- a/docs/features/browser-apis.html +++ b/docs/features/browser-apis.html @@ -1,10 +1,11 @@ + Browser API Demos - Getting Interactive with GitHub Pages - +
@@ -111,7 +112,7 @@

Code

- + + + + + + + + + + + + + diff --git a/docs/_footer.html b/docs/footer.html similarity index 100% rename from docs/_footer.html rename to docs/footer.html diff --git a/docs/games/clicker.html b/docs/games/clicker.html index fb84536..6706741 100644 --- a/docs/games/clicker.html +++ b/docs/games/clicker.html @@ -1,10 +1,11 @@ + Clicker Game - Games - +