Skip to content

Commit 78be290

Browse files
committed
change reverse proxy
1 parent 1934dab commit 78be290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/website/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</div>
4848
{{ $url := .Params.content.website }}
4949
{{ if .Params.content.proxy }}
50-
{{ $url = printf "https://%s.reverse-proxy.octabyte.app" .Params.content.id }}
50+
{{ $url = printf "https://reverse-proxy.octabyte.app/?domain=%s" .Params.content.id }}
5151
{{ end }}
5252
<iframe
5353
class="md:h-[calc(100vh-52px)] h-[calc(100vh-144px)] w-full"

0 commit comments

Comments
 (0)