updating share link origin

This commit is contained in:
Seth Forsgren 2022-12-12 11:53:14 -08:00
parent 8189d64e37
commit f7ea8487cc
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export default function Share({
// alphaVelocity = nowPlayingResult.input.alpha_velocity
}
var baseUrl = "http://localhost:3000/?"
var baseUrl = window.location.origin + "/?";
if (prompt != null) { var promptString = "&prompt=" + prompt } else { promptString = "" }
if (seed != null) { var seedString = "&seed=" + seed } else { seedString = "" }