Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @myst-theme/site (1.3.x) declares a peer dependency on @remix-run/* "^1.19",
# but this theme deliberately pins Remix to ~1.17.0 to match upstream
# (jupyter-book/myst-theme themes are still on ~1.17.0). Remix 1.19's client
# hard-reloads when window.__remixContext.url is undefined — which it always is
# under the mystmd CLI's SSR — producing an infinite reload loop ("flashing")
# and breaking the in-page outline. 1.17 hydrates gracefully, like v1.1.1.
# legacy-peer-deps lets npm install/ci accept the intentional version mismatch.
legacy-peer-deps=true
Loading
Loading