You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gatsby): allow serving of dotfiles from public folder (#24958)
* Allow serving of dotfiles from public folder
Currently if we generate a page which name starts with a dot `.` it will not be served correctly by `gatsby serve`. The actual behavior is even stranger because the server returns the `404` page, but then the client side rendering picks it up and actually re-renders the page.
This change fixes this behavior by allowing the serving of `dotfiles` from the static `public` directory.
* chore: format
Co-authored-by: gatsbybot <[email protected]>
0 commit comments