Skip to content

Commit

Permalink
Refactor path to SCSS file in plugin.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran-cse committed Sep 27, 2024
1 parent f6210e8 commit b75eeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const instagramPlugin =
// If you did not extend the webpack config, you can remove this line
webpack,

css: path.resolve(__dirname, './components/AfterDashboard/index.scss'),
css: path.resolve(__dirname, '../src/components/AfterDashboard/index.scss'),

// Add additional admin config here

Expand Down

0 comments on commit b75eeef

Please sign in to comment.