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

Fix the baseURL for dev and prod use caes #220

Merged
merged 1 commit into from
Nov 26, 2020

Commits on Nov 26, 2020

  1. Fix the baseURL for dev and prod use caes

    The baseURL is not set for dev and prod which causes the following
    issues:
    - for dev, the URL shown on the console is not the correct one
    - for prod, the generated sitemap.xml uses relative URLs, which
      makes it not parsable by the search engine
    
    This is already setup correctly for deploy-previews.
    
    Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
    afrittoli committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    e02f8c3 View commit details
    Browse the repository at this point in the history