Post page now is completely done in SSR.

This was done to make loading time faster as it's all static information
and to make it so blog posts can be linked to and get OpenGraph data.
This commit is contained in:
2025-10-10 11:19:14 -04:00
parent 1a57f3d143
commit e8a4c19fdb
3 changed files with 48 additions and 30 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "bard"
version = "0.3.12"
version = "0.3.13"
edition = "2024"
description = "Dioxus components that will display a Tavern blogging system Blog."
repository = "/CyberMages/tavern"