We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562da2d commit 2af7628Copy full SHA for 2af7628
client/modules/Preview/previewIndex.jsx
@@ -55,7 +55,7 @@ const App = () => {
55
function addCacheBustingToAssets(files) {
56
const timestamp = new Date().getTime();
57
return files.map((file) => {
58
- if (file.url) {
+ if (file.url && !file.url.endsWith('obj') && !file.url.endsWith('stl')) {
59
return {
60
...file,
61
url: `${file.url}?v=${timestamp}`
0 commit comments