Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkipruto committed Sep 19, 2023
1 parent ee1c6bd commit e684b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/codeforafrica/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const adapter = s3Adapter({

export default buildConfig({
serverURL: appURL,
collections: [Authors,Pages, Media, Partners, Tags] as CollectionConfig[],
collections: [Authors, Pages, Media, Partners, Tags] as CollectionConfig[],
globals: [Settings] as GlobalConfig[],
admin: {
css: path.resolve(__dirname, "./src/payload/admin/scss/custom.scss"),
Expand Down

0 comments on commit e684b99

Please sign in to comment.