Closed GeekInTheNorth closed 10 months ago
For headless builds, the defined headers will need to be accessed via API as part of a NextJS static site build (for example).
An API which provides this data could also be consumed for a new preview tab.
Suggested APIS:
/compiled/list/?pageId={pageId} /compiled/{header}/?pageId={pageId}
/compiled/list/?pageId={pageId}
/compiled/{header}/?pageId={pageId}
Actual APIs created:
For headless builds, the defined headers will need to be accessed via API as part of a NextJS static site build (for example).
An API which provides this data could also be consumed for a new preview tab.
Suggested APIS:
/compiled/list/?pageId={pageId}
/compiled/{header}/?pageId={pageId}