The changes include refactoring the create-reader in cms keystatic and changing @keystatic/next version. Additionally, code generators for keystatic and package have been added, and corresponding templates have been organized into their respective directories.
5 lines
94 B
Handlebars
5 lines
94 B
Handlebars
// src/app/keystatic/[[...params]]/page.tsx
|
|
|
|
export default function Page() {
|
|
return null;
|
|
} |