Align GitHub Pages root with the hosted emulator entrypoint - #8
Merged
Conversation
Agent-Logs-Url: https://github.com/luke-b/DosTest/sessions/cdc14f62-6ce3-431a-b27a-9d205e7b522f Co-authored-by: luke-b <1448891+luke-b@users.noreply.github.com>
Agent-Logs-Url: https://github.com/luke-b/DosTest/sessions/cdc14f62-6ce3-431a-b27a-9d205e7b522f Co-authored-by: luke-b <1448891+luke-b@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The GitHub Pages root was serving stale js-dos boot code and failing with
Dos is not defined, while the maintained emulator output already lived underdemo/build/latest/. This change makes the root URL the canonical entrypoint and removes drift between hand-authored pages and workflow-generated Pages content.Canonical Pages entrypoint
index.htmlwith a lightweight redirect/launcher todemo/build/latest/Remove legacy page drift
js-dos-test.htmlandjsdos-demo1.htmlfrom independent runtime experiments into redirects to the same canonical entrypointPages deployment alignment
demo/build/...from a single staging directoryHarden generated emulator page
Static asset cleanup
favicon.ico404 shown in the browser consoleExample of the root-page change: