feat: add Instagram embedding support with remarkInstagram plugin

This commit is contained in:
2026-03-25 10:10:19 +09:00
parent 9e42996677
commit c7e3ee2000
3 changed files with 42 additions and 0 deletions
+6
View File
@@ -123,4 +123,10 @@ const metadata = {
<script>
import "lite-youtube-embed/src/lite-yt-embed.js";
</script>
<style is:global>
.instagram-media {
width: 100% !important;
max-width: 100% !important;
}
</style>
</BaseLayout>