2026-09-02 16:53:24 -04:00
|
|
|
import { defineMeta } from "blume";
|
|
|
|
|
|
|
|
|
|
export default defineMeta({
|
|
|
|
|
"pages": [
|
|
|
|
|
"index",
|
|
|
|
|
"install",
|
|
|
|
|
"features",
|
|
|
|
|
"faq",
|
|
|
|
|
"get-started",
|
|
|
|
|
"build-apps",
|
|
|
|
|
"run-a-node",
|
|
|
|
|
"architecture",
|
|
|
|
|
"economics",
|
|
|
|
|
"security",
|
|
|
|
|
"reference",
|
|
|
|
|
"changelog"
|
|
|
|
|
]
|
|
|
|
|
});
|