Skip to content

Commit

Permalink
Update packages/gatsby/cache-dir/navigation.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
sidharthachatterjee and wardpeet committed Feb 24, 2021
1 parent c62de1d commit 2a1fda1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby/cache-dir/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { parsePath } from "gatsby-link"

// Convert to a map for faster lookup in maybeRedirect()

let redirectMap = new Map()
let redirectIgnoreCaseMap = new Map()
const redirectMap = new Map()
const redirectIgnoreCaseMap = new Map()

redirects.forEach(redirect => {
if (redirect.ignoreCase) {
Expand Down

0 comments on commit 2a1fda1

Please sign in to comment.