dadi / web

Web is a drop in front end for websites and web apps. Consumes data from DADI API and others
https://dadi.cloud/en/web/
Other
48 stars 16 forks source link

page.name is required but not used #438

Closed abovedave closed 5 years ago

abovedave commented 5 years ago

This leaves the app hanging:

{
  "routes": [
    {
      "path": "/"
    }
  ]
}

This works.

{
  "page": {
    "name": "foobar"
  },
  "routes": [
    {
      "path": "/"
    }
  ]
}

Perhaps we should default to using the page.json filename.