Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haiku/website
base: 720cabfadaf8
Choose a base ref
...
head repository: haiku/website
compare: b60afbeaaa6d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 10, 2021

  1. Update the BeBook redirect

    Attempting to access the BeBook, receiving ERR_TOO_MANY_REDIRECTS, so instead redirect to the index.html page directly.
    
    According to https://docs.netlify.com/routing/redirects/redirect-options/,  "You cannot use a redirect rule to add or remove a trailing slash."
    
    ```
      # This rule will cause an infinite redirect
      # because the paths are effectively the same
      /blog/remove-my-slashes/   /blog/remove-my-slashes  301!
    ```
    jessicah committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    b60afbe View commit details
    Browse the repository at this point in the history