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

Add optional prefix for all URLs #1397

Closed
wants to merge 2 commits into from

Commits on Jan 17, 2017

  1. Use url_for to create URLs whenever possible

    This is a noop style change, but it enables implementation of URL_PREFIX
    with fewer changes.
    lukeyeager committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    bc17f32 View commit details
    Browse the repository at this point in the history
  2. Add DIGITS_URL_PREFIX envvar

    The JS code looks gnarly, but I can't find another way to do it.
    lukeyeager committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    c3a4f93 View commit details
    Browse the repository at this point in the history