feat(menu): add dev site link to navigation https://dev.dustin.coffee

This commit is contained in:
2026-02-14 00:49:18 -05:00
parent 0f3d682da4
commit c4279acc7e

View File

@@ -112,3 +112,9 @@ theme = 'hello-friend-ng'
name = "blog"
pageRef = "/posts"
weight = 40
[[menu.main]]
name = "dev"
url = "https://dev.dustin.coffee"
externalURL = true
weight = 50