-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to app router 51 #508
Conversation
…act Server Components support
…organchase/mosaic-components-server`
…saic-components-client`
…te Server Components and App Router in site
previously icons were exported from theme as components but theme is now CSS only
…ndency on store in components package
if you require these components, add them into your configuration
instead we create a `logo.png` that makes it obvious that someone can replace with a logo and that favicon.ico is separate
…pp router When running locally this causes api urls to be passed to `app/[...slug]/page`
- renamed `@mosaic-site-loaders` to `@mosaic-site-mdx-loader` - added support for static export of sites with `yarn export:static` - added serve command for static site with `yarn serve:static` - refactored page loader to support redirects - static site exports use GENERATE_STATIC_PARAMS_URL env var to define the FS Url
Create custom pages for the unhappy path using Next JS file conventions (`error.tsx`, `not-found.tsx`)
removed webpack change previously created by React Live config
…Next JS 13 features such as app router and static export
- removed commands from package.json and cli - removed snapshot dir - remove snapshot mode types
updated error boundary/router changes to work in Next 13
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
replaced by #558 |
No description provided.