chore: readme

This commit is contained in:
James
2024-03-05 17:16:05 -05:00
parent 88ab021df0
commit db907cef67
2 changed files with 45 additions and 25 deletions

View File

@ -3,7 +3,7 @@ import path from "path";
import { mongooseAdapter } from "@payloadcms/db-mongodb"; // database-adapter-import
import { slateEditor } from "@payloadcms/richtext-slate"; // editor-import
import { buildConfig } from "payload/config";
// import sharp from 'sharp'
import sharp from 'sharp'
export default buildConfig({
editor: slateEditor({}), // editor-config
@ -61,5 +61,5 @@ export default buildConfig({
})
}
},
// sharp,
sharp,
});