đ fix: base VitePress /talk-control/ â assets 404 sur GitHub Pages#67
Merged
Conversation
Le site est servi en project page (talkcontrol.github.io/talk-control/) mais base valait '/' : tous les assets Ă©taient rĂ©fĂ©rencĂ©s Ă la racine du domaine et 404aient â page publiĂ©e sans style ni JS. VĂ©rifiĂ© en local : 6 rĂ©fĂ©rences prĂ©fixĂ©es, 0 Ă la racine aprĂšs build. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Le déploiement Pages (débloqué aujourd'hui) servait une page cassée :
base: '/'dansdocs-sources/.vitepress/config.jsfaisait pointer tous les assets vers la racine du domaine(
talkcontrol.github.io/assets/âŠâ 404) au lieu du sous-chemin de la project page.Fix :
base: '/talk-control/'. Vérifié en local aprÚs build :index.htmlréférence6 assets préfixés
/talk-control/assets/âŠ, 0 Ă la racine.Au passage, reproduction du piĂšge documentĂ© Ă l'Ă©tape 05 : le merge developâmain a supprimĂ©
config/config.jsondu working tree (il Ă©tait trackĂ© sur l'ex-master) â recréé parscripts/ensure-config.mjs, comme prĂ©vu par le mĂ©canisme postinstall.đ€ Generated with Claude Code