Update a stray URL from localhost to deflock.me (#89)

Co-authored-by: Thomas Bischof <7232669+tsbischof@users.noreply.github.com>
This commit is contained in:
Thomas Bischof
2026-01-17 19:17:54 +01:00
committed by GitHub
parent 73269f45b0
commit cb0994a6b1

View File

@@ -44,7 +44,7 @@
<p>
To <b>remove the header bar</b>, add the following query parameter to the URL: <code>?fullscreen=true</code>. For example:
<DFCode>
&lt;iframe src=&quot;http://localhost:5173/map?fullscreen=true#map=14/40.014863/-105.266275&quot; width=&quot;100%&quot; height=&quot;600&quot; style=&quot;border: none;&quot;&gt;&lt;/iframe&gt;
&lt;iframe src=&quot;https://deflock.me/map?fullscreen=true#map=14/40.014863/-105.266275&quot; width=&quot;100%&quot; height=&quot;600&quot; style=&quot;border: none;&quot;&gt;&lt;/iframe&gt;
</DFCode>
</p>