Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing sw.js 404-ing because of pathPrefix not being prefixed to sw.js properly. Fixing #1539 #1540

Merged
merged 2 commits into from Jul 19, 2017

Commits on Jul 18, 2017

  1. Fixing gatsbyjs#1539

    The pathPrefix does not include the trailing slash so we have to make sure to include it so that sw.js gets loaded properly and does not 404
    gregsqueeb committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    11eec87 View commit details
    Browse the repository at this point in the history
  2. Changing from '' to ``

    gregsqueeb committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    cf13675 View commit details
    Browse the repository at this point in the history