mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
1bc376be33
commit
ca23eac750
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = merge.smart(
|
|||
options: {
|
||||
outputPath: 'fonts',
|
||||
publicPath: '/fonts/',
|
||||
name: '[name]-[hash].[ext]',
|
||||
name: '[name]-[hash]-1.[ext]',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue