You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This site sets routeBasePath: '/', so route segments are `fundamentals`,
`guides`, `api-reference` and never `docs` — the SECTIONS map never
matched and every page fell into the generic `Pages` group. Sections are
now derived from the page's folder when no explicit key matches, which
also covers `examples` and `blog` not existing here.
JSON.stringify leaves `<` unescaped, so a `</script>` inside any config
value would close the tag early. Escaped to <.
0 commit comments