Gatsby Links failure after deployment on github pages
问题 I created website in Gatsby (my first one) and I have trouble with the Gatsby's Link on the deployed page. I am using a gatsby-starter-react-bootstrap which includes gatsby and react-bootstrap as the name says :) I located Links in the NavDropdown.Item which is an element of the react-bootstrap. import React from "react" import {Link} from "gatsby" import {Navbar, Nav, NavDropdown, Image} from "react-bootstrap" import Logo from "../images/Logo_White_RGB_200x42px.png"; import customer_logo