mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #6040 from overleaf/jpa-workaround-cdn-cors
[misc] workaround broken caching of CORS responses to font requests GitOrigin-RevId: d3af00d81c676f043a7d518a25db91130bbec36f
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = merge.smart(
|
||||
options: {
|
||||
outputPath: 'fonts',
|
||||
publicPath: '/fonts/',
|
||||
name: '[name]-[hash].[ext]',
|
||||
name: '[name]-[hash]-1.[ext]',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user