Skip to content

Commit 44bcae6

Browse files
committed
Cache Busting
1 parent 9d80ac3 commit 44bcae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ A common technique to force the browser to re-download the file is to append a q
400400

401401
```html
402402
<!-- src="js/script.js" => src="js/script.js?v=2" -->
403-
<script src="/script.js?v=2"></script>
403+
<script src="js/script.js?v=2"></script>
404404
```
405405

406406
The browser considers it a different file but prevents the need to change the file name.

0 commit comments

Comments
 (0)