feat: implement pages

This commit is contained in:
siujamo
2026-05-19 21:45:20 -05:00
commit 2c17c927fc
30 changed files with 3479 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[
{
"text": "blog",
"link": "/blog/",
"activeMatch": "/blog/"
},
{
"text": "notifications",
"link": "/notifications/",
"activeMatch": "/notifications/"
}
]