Fix rich editor image preview URLs

This commit is contained in:
2026-04-20 13:41:27 +08:00
parent 6acd0ccad0
commit 0b35e54fe1
4 changed files with 85 additions and 15 deletions

View File

@@ -65,7 +65,7 @@
<body>
<article>
<h1>{{ $page->title }}</h1>
{!! $page->content !!}
{!! $page->normalized_content !!}
</article>
</body>
</html>