We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1934dab commit 78be290Copy full SHA for 78be290
layouts/website/single.html
@@ -47,7 +47,7 @@
47
</div>
48
{{ $url := .Params.content.website }}
49
{{ if .Params.content.proxy }}
50
- {{ $url = printf "https://%s.reverse-proxy.octabyte.app" .Params.content.id }}
+ {{ $url = printf "https://reverse-proxy.octabyte.app/?domain=%s" .Params.content.id }}
51
{{ end }}
52
<iframe
53
class="md:h-[calc(100vh-52px)] h-[calc(100vh-144px)] w-full"
0 commit comments