Skip to content

Commit

Permalink
fix: include fonts in final build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 20, 2024
1 parent f2ad66b commit ce70569
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adonisrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ export default defineConfig({
pattern: 'resources/views/**/*.edge',
reloadServer: false,
},
{
pattern: 'resources/assets/fonts/**',
reloadServer: false,
},
{
pattern: 'public/**',
reloadServer: false,
Expand Down

0 comments on commit ce70569

Please sign in to comment.