Remove ?t from tailwind output file request
This commit is contained in:
parent
ff8bb8d911
commit
1d88bdf442
@ -9,8 +9,6 @@ public class IndexController {
|
|||||||
|
|
||||||
@GetMapping("/")
|
@GetMapping("/")
|
||||||
public String index(Model model) {
|
public String index(Model model) {
|
||||||
model.addAttribute("time", System.currentTimeMillis());
|
|
||||||
|
|
||||||
return "views/index";
|
return "views/index";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<title>Jerguero</title>
|
<title>Jerguero</title>
|
||||||
|
|
||||||
<!-- tailwind -->
|
<!-- tailwind -->
|
||||||
<link th:href="|/main.css?t=${time}|" href="/main.css" rel="stylesheet">
|
<link href="/main.css" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
Loading…
Reference in New Issue
Block a user