Skip to content

Commit

Permalink
Fix: Prev Next Link incorrectly linking to "Nightly Builds" page by d… (
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh authored Sep 27, 2024
1 parent 3ff5747 commit 212a05f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ export const createDocumentationPages = async (
}
const id = findWithPage(fakeTopRoot, permalink)

let previousID = undefined
let nextID = undefined
let previousID = null
let nextID = null
if (id) {
const previousPath = getPreviousPageID(handbookNav, id)
if (previousPath) {
Expand Down

0 comments on commit 212a05f

Please sign in to comment.