Skip to content

Commit

Permalink
Add admin CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkipruto committed Sep 13, 2023
1 parent 44ba31d commit a0a3631
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 @@ export default buildConfig({
collections: [Pages, Media] 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

0 comments on commit a0a3631

Please sign in to comment.