Skip to content

Commit

Permalink
Not hashing the fonts in the build (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Oct 23, 2024
2 parents dc410e7 + cf0101a commit afcae6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig({
output: {
dir: './dist',
entryFileNames: 'index.js',
assetFileNames: `assets/[name].[ext]`
}
}
},
Expand Down

0 comments on commit afcae6b

Please sign in to comment.