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

build with relative base URL #84

Merged
merged 1 commit into from
Jun 1, 2024

Commits on May 18, 2024

  1. fix: build with relative base URL

    snapweb was built using / (absolute path) as base URL.
    However, hard-coding an absolute base path prevents serving snapweb under a different path, e.g. exposing snapweb under `/snapcast/` via a reverse-proxy.
    To support those kinds of setups, snapweb is built with a relative base URL now.
    mgoltzsche committed May 18, 2024
    Configuration menu
    Copy the full SHA
    ce7be22 View commit details
    Browse the repository at this point in the history