Skip to content

Commit

Permalink
Remove css
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Sep 13, 2023
1 parent e0c568e commit de1cfe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/codeforafrica/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default buildConfig({
collections: [Pages, Media, Partners] as CollectionConfig[],
globals: [Settings] as GlobalConfig[],
admin: {
css: path.resolve(__dirname, "./src/payload/admin/scss/custom.scss"),
// css: path.resolve(__dirname, "./src/payload/admin/scss/custom.scss"),
webpack: (config) => ({
...config,
resolve: {
Expand Down Expand Up @@ -70,5 +70,5 @@ export default buildConfig({
generateURL: (docs) =>
docs.reduce((url, doc) => `${url}/${doc.slug}`, ""),
}),
],
] as any[],
});

0 comments on commit de1cfe2

Please sign in to comment.