Skip to content

Commit

Permalink
Lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Oct 14, 2024
1 parent f837b02 commit 0b8453a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/climatemappedafrica/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ export default buildConfig({
globals: [Site] as GlobalConfig[],
...(locales?.length
? {
localization: {
locales,
defaultLocale,
fallback: true,
},
}
localization: {
locales,
defaultLocale,
fallback: true,
},
}
: undefined),
admin: {
webpack: (config) => ({
Expand Down

0 comments on commit 0b8453a

Please sign in to comment.