I have created a simple Next.js and Keystatic project that is working correctly on local. I would like to deploy the project on Github pages.
That involves updating the output mode to export in the next.config.js file. However, this step leads to the following error:
Error: Page "/keystatic/[[...params]]" is missing "generateStaticParams()" so it cannot be used with "output: export" config.
Are there any workarounds for this? I am only interested in accessing the admin UI locally, if that helps.
Thank you
I have created a simple Next.js and Keystatic project that is working correctly on local. I would like to deploy the project on Github pages.
That involves updating the output mode to
exportin thenext.config.jsfile. However, this step leads to the following error:Are there any workarounds for this? I am only interested in accessing the admin UI locally, if that helps.
Thank you