Merge remote-tracking branch 'origin/main' into refactor/task-15f-full-guide-restore
This commit is contained in:
@@ -403,8 +403,13 @@ fix(api): scope session query</code></pre>
|
||||
select('[data-skill]', id, 'skill');
|
||||
}
|
||||
|
||||
// Keys whose copy carries markup, so the swap must write innerHTML.
|
||||
// `skillsText` was missing while the markup renders it with `set:html`:
|
||||
// the island rewrote it as text on load and every visitor saw a literal
|
||||
// `<code>.agents/skills/</code>` in the paragraph.
|
||||
const HTML_KEYS = {
|
||||
heroTitle: 1,
|
||||
skillsText: 1,
|
||||
pipelineTitle: 1,
|
||||
skillsTitle: 1,
|
||||
ratchetTitle: 1,
|
||||
|
||||
Reference in New Issue
Block a user