agilitycms-nextjs-starter
agilitycms-nextjs-starter copied to clipboard
A sample Next.js starter site that uses Agility CMS and aims to be a foundation for building incredible websites using Next.js and Agility CMS.
- Infinite Redirect on switch to preview - It doesn't behave quite right after that (reload) either
Only generate the preview link if you are already in Preview `/api/generatePreviewKey`
TODO: these kinds of dynamic links should work by default (even outside of preview) `/api/preview`
Some developers are confused as to how the pages are working since we have one catch-all page route. Is it possible to set up static page routes for our pages...
Switched the preview panel to be a floating button that launches a dialog. Works a lot better in both desktop and mobile.