Skip to content

Commit

Permalink
Updated PostSettings to use getOrigin. Fixes #1878
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Sep 28, 2022
1 parent 9290703 commit 0f144af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</div>
</div>
<span class="field-description small text-muted">
http://localhost:5000/<span v-text="slug"></span>
{{ piranha.utils.getOrigin() + "/" }}<span v-text="slug"></span>
</span>
</div>
<div class="form-group">
Expand Down

0 comments on commit 0f144af

Please sign in to comment.