From 1b0d90a8bd13f9ab65ce25b0eb9f75633ea812da Mon Sep 17 00:00:00 2001 From: Tajim Date: Mon, 17 Aug 2026 17:25:07 +0600 Subject: [PATCH 1/3] fix: use dynamic URL for Open Graph metadata --- resources/views/app.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index b8af807..e31369b 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -10,8 +10,8 @@ - - + + @fonts From 93e502457e5d02c791af219b4d95ab1a83e3740a Mon Sep 17 00:00:00 2001 From: Tajim Date: Mon, 17 Aug 2026 17:30:00 +0600 Subject: [PATCH 2/3] docs: update website domain --- CONTRIBUTING.md | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2033e9..df00fc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Thanks for your interest in HSCStack! This project is built by and for HSC stude HSCStack's codebase is **not open for general, unsolicited pull requests**. To contribute code, you first need to be onboarded as a core developer: -1. Apply at [hscstack.mvp.bd/join](https://hscstack.mvp.bd/join) +1. Apply at [hscstack.site/join](https://hscstack.site/join) 2. Once your application is reviewed and accepted, you'll be onboarded to the codebase. 3. After that, you're free to open issues, pick up tasks, and submit PRs following the workflow below. @@ -119,7 +119,7 @@ hscstack/ If you want to contribute academic resources (notes, PDFs, questions, etc.) rather than code, you don't need to touch this repository at all. Instead: -1. Become a member at [hscstack.mvp.bd/join](https://hscstack.mvp.bd/join) +1. Become a member at [hscstack.site/join](https://hscstack.site/join) 2. Log in to the platform and upload your resource under the relevant subject and chapter. 3. Your submission goes live after a quick admin review. diff --git a/README.md b/README.md index 343d717..9f49e5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[website]: https://hscstack.mvp.bd -[join]: https://hscstack.mvp.bd/join +[website]: https://hscstack.site +[join]: https://hscstack.site/join # HSCStack 📚 @@ -53,7 +53,7 @@ Browsing is open to everyone. But to **contribute**, you need to be an HSCStack Only HSCStack members can upload resources. To become a member: -1. Join at 👉 **[hscstack.mvp.bd/join][join]** +1. Join at 👉 **[hscstack.site/join][join]** 2. Once accepted, log in and go to the relevant subject and chapter. 3. Upload your resource — add a title, type, and short description. 4. Your contribution goes live after a quick admin review. @@ -85,7 +85,7 @@ Additional documentation for developers: HSCStack is not open for general pull requests. To contribute code, you must be a **core developer** on the team. -To apply, join via 👉 **[hscstack.mvp.bd/join][join]** — once your application is reviewed and accepted, we'll onboard you to the codebase. +To apply, join via 👉 **[hscstack.site/join][join]** — once your application is reviewed and accepted, we'll onboard you to the codebase. Once you're a core developer: From b5592b69de78d32f28e4b351f1edb99a6a778e9c Mon Sep 17 00:00:00 2001 From: Tajim Date: Mon, 17 Aug 2026 17:30:45 +0600 Subject: [PATCH 3/3] refactor: format code --- resources/js/components/NavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/components/NavBar.vue b/resources/js/components/NavBar.vue index 250f68e..faa8597 100644 --- a/resources/js/components/NavBar.vue +++ b/resources/js/components/NavBar.vue @@ -183,4 +183,4 @@ onBeforeUnmount(() => { - \ No newline at end of file +