Functions
getSiteVersion
A function that returns the current version of the Makeswift site. This function is currently only used when calling getPageSnapshot
when using App Router in Next.js.
This function can only be called inside of a React Server Component or Route Handler.
Arguments
This function doesn’t take any arguments.
Example
The following example calls getPageSnapshot to query a page snapshot for the root route and passes the return value from getSiteVersion
in its configuration options. It then renders the page using the Page component.
For a more detailed walkthrough, refer to the App Router Installation guide.
Was this page helpful?