gatsbyjs / themes

This is a repo for Gatsby's official themes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[gatsby-theme-i18n] LocalizedLink breaks the build if "to" is not given

mi5ha opened this issue · comments

If "to" prop is not given to LocalizedLink, it breaks the build with cryptic message.

It breaks on this line.

const [, base] = path.split(`/`)