mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-16 23:16:25 +00:00
19 lines
282 B
TypeScript
19 lines
282 B
TypeScript
import { defineMeta } from "blume";
|
|
|
|
export default defineMeta({
|
|
"pages": [
|
|
"index",
|
|
"install",
|
|
"features",
|
|
"faq",
|
|
"get-started",
|
|
"build-apps",
|
|
"run-a-node",
|
|
"architecture",
|
|
"economics",
|
|
"security",
|
|
"reference",
|
|
"changelog"
|
|
]
|
|
});
|