Skip to content

Commit

Permalink
mnor
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Feb 16, 2024
1 parent 69fe18a commit cc92176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ async function runEsbuild() {
jsx: 'automatic',
loader: {
'.png': 'dataurl',
'.svg': 'dataurl',
'.ttf': 'dataurl',
'.woff': 'dataurl',
'.woff2': 'dataurl',
},
plugins: [
copyStaticFiles({
Expand Down

0 comments on commit cc92176

Please sign in to comment.