Replaced contentlayer with keystatic
This commit is contained in:
7
packages/cms/keystatic/src/keystatic-route-handler.tsx
Normal file
7
packages/cms/keystatic/src/keystatic-route-handler.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { makeRouteHandler } from '@keystatic/next/route-handler';
|
||||
|
||||
import keystaticConfig from './keystatic.config';
|
||||
|
||||
export const { POST, GET } = makeRouteHandler({
|
||||
config: keystaticConfig,
|
||||
});
|
||||
Reference in New Issue
Block a user