Skip to content

Commit

Permalink
Added Missing Blog Post Redirect (#8)
Browse files Browse the repository at this point in the history
* Fixed blog post link

* Removed testing line
Grabauskas authored Dec 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 96ff51f commit e3699ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -208,6 +208,13 @@ const config: Config = {
{
from: ["/About/ztc1_3problemsandsolutions.html", "/About/ztc1_3problemsandsolutions"],
to: "/docs/ztc1_3problemsandsolutions"
},
{
from: [
"/About/Articles/20241203_Best-Practices-for-JWT-Usage-in-APIs",
"/About/Articles/20241203_Best-Practices-for-JWT-Usage-in-APIs.html"
],
to: "/blog/best-practices-for-jwt-usage-in-apis"
}
]
}

0 comments on commit e3699ed

Please sign in to comment.