fixed a first round of bugs and rewrote the URL rewriter using the old algorithm

This commit is contained in:
2025-11-04 23:05:50 -07:00
parent 798e86ae40
commit 8a3d02fbec
6 changed files with 131 additions and 72 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<!-- Preview Display -->
<div class="bg-white border-2 border-blue-300 rounded-lg p-6 mb-6">
<pre class="font-mono text-sm whitespace-pre-wrap break-words">{{ previewPb }}</pre>
<pre class="font-mono text-sm whitespace-pre-wrap break-words">{{ previewPb | raw }}</pre>
</div>
<hr class="border-gray-400 mb-6">