Skip to content

Commit

Permalink
revert Update main.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
cwolf10 authored Jan 3, 2024
1 parent 5eaf10d commit 9ab64a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .storybook/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module.exports = {

staticDirs: [
'../node_modules/accessible-html5-video-player/js',
{ from: '../apps/sam-design-system-site/src/assets/', to: './assets' },
{ from: '../node_modules/@uswds/uswds/dist/fonts/', to: './assets/uswds/fonts/'},
{ from: '../node_modules/@uswds/uswds/dist/img/', to: './assets/uswds/img/'},
{ from: '../node_modules/@gsa-sam/sam-styles/sam-styles/packages/images/', to: './assets/uswds/img/'},
{ from: '../apps/sam-design-system-site/src/assets/', to: '/assets' },
{ from: '../node_modules/@uswds/uswds/dist/fonts/', to: '/assets/uswds/fonts/'},
{ from: '../node_modules/@uswds/uswds/dist/img/', to: '/assets/uswds/img/'},
{ from: '../node_modules/@gsa-sam/sam-styles/sam-styles/packages/images/', to: '/assets/uswds/img/'},
],

framework: {
Expand Down

0 comments on commit 9ab64a2

Please sign in to comment.