Skip to content

Commit

Permalink
exclude ttf files in build
Browse files Browse the repository at this point in the history
  • Loading branch information
MichiBaum committed Jul 18, 2024
1 parent 018cda4 commit 810192a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<exclude>**/*.woff2</exclude>
<exclude>**/*.woff</exclude>
<exclude>**/*.eot</exclude>
<exclude>**/*.ttf</exclude>
</excludes>
</resource>
</resources>
Expand Down

0 comments on commit 810192a

Please sign in to comment.