Commit Graph

12 Commits

Author SHA1 Message Date
面条 b3a1d9d369 fix: add trailing slash to links to avoid extra redirects (#246)
Add trailing slash to links for improved consistency with RSS links and to avoid unnecessary redirects.

---------

Co-authored-by: satnaing <satnaingdev@gmail.com>
2024-01-25 10:24:28 +06:30
satnaing a7abab4372 refactor: update code formatting with prettier 2024-01-24 09:23:16 +06:30
Sat Naing b05b8fb842 feat: replace slugified title with unslugified tag name (#198)
Update slugified titles to be unslugified in the tag page. This is for better SEO and better a11y. Url and tag elelemnts will still be slugified.

Closes: #179
2023-12-28 14:16:40 +06:30
satnaing cbdaa59bae feat: add ViewTransitions from Astro
Integrate ViewTransitions API from Astro v3.

resolve #96
2023-09-26 02:04:11 +06:30
satnaing 1a427285f3 style: format styles with Tailwind Prettier plugin 2023-01-31 15:53:49 +06:30
satnaing a61fd45559 fix: fix broken tags in PostDetails page 2023-01-29 21:01:11 +06:30
Sat Naing 0983bcf8e1 Remove slugifying tag names 2022-09-25 19:10:17 +06:30
Sat Naing 75d4b714da Update tag style and tag icon 2022-09-19 13:15:39 +06:30
Sat Naing 8b4cda6b73 Replace relative imports with util import alias 2022-09-11 14:15:52 +06:30
Sat Naing 26e737f2c9 Update margin style for size lg 2022-09-11 14:07:36 +06:30
Sat Naing f4c80166de Replace internal slug codes with slugify function 2022-09-11 14:06:58 +06:30
Sat Naing f78d956bfd Create Tag component 2022-09-11 03:04:07 +06:30