Add page content (home, about) and demo references

Made-with: Cursor
This commit is contained in:
Peter Meier
2026-03-13 11:01:29 +01:00
parent 00c38a2b39
commit dc233a48d3
4 changed files with 17 additions and 3 deletions

View File

@@ -21,8 +21,8 @@
],
"publishedAt": "",
"quantity": null,
"relatedPage": "",
"relatedPages": [],
"relatedPage": "home",
"relatedPages": ["home", "about"],
"scores": [],
"singleSelect": "",
"summary": "",

View File

@@ -0,0 +1,5 @@
{
"_status": "published",
"title": "About",
"slug": "about",
}

View File

@@ -0,0 +1,5 @@
{
"_status": "published",
"title": "Home",
"slug": "home",
}