add image gallery slider & emoji in topic singl page and othrs improvment

This commit is contained in:
suvodip ghosh
2025-07-11 06:49:12 +00:00
parent 0634c26138
commit 9f2f235c09
29 changed files with 740 additions and 183 deletions

View File

@@ -4,6 +4,6 @@ import Layout from "../../layouts/Layout.astro";
import UserProfile from "../../components/UserProfile";
---
<Layout title="Profile Page">
<Layout title="Profile Page" canonicalURL="/profile">
<UserProfile client:load />
</Layout>