dionarodrigues/iceberg-gatsby-multilang

URL path shows wrong

Opened this issue · 0 comments

I have issue with the url pathing. Explained here https://stackoverflow.com/questions/65109680/is-there-way-to-correct-this-url-path-in-gatsby

and when I change the link in the to: It doesn't find the page at all.

                <Link key={slug} to={`/references/${slug}`}>
                                <ReferencesItem
                                    slug={`/references/${slug}`}
                                    background={background}
                                    category={category}
                                    date={date}
                                    timeToRead={timeToRead}
                                    title={title}
                                    description={description}
                                    image={image}
                                    key={slug}
                                />