Skip to content

Commit 5fe045f

Browse files
committed
Add warning message about permalink URL length.
1 parent 0d591fb commit 5fe045f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

playground/next/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
8181
<i class="icon copy"></i>
8282
</button>
8383
</div>
84+
<div class="ui warning message" v-show="permalinkURL.length > 2048">
85+
This link is longer than 2kb, and may not work.
86+
</div>
8487
</div>
8588
<button id="keyboard-shortcuts" class="ui icon button" data-position="left center">
8689
<i class="icon keyboard"></i>

0 commit comments

Comments
 (0)