Skip to content

Commit

Permalink
fix: update css cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanePark committed Oct 7, 2024
1 parent 1d13c65 commit e4e643f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/templates/layout/include.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<script th:src="@{/lib/dayjs/relativeTime.js}"></script>
<script th:src="@{/lib/dayjs/ko.js}"></script>

<link rel="stylesheet" th:href="@{/css/base.css?v=20240322.2}"/>
<link rel="stylesheet" th:href="@{/css/mquery.css?v=20240322.2}"/>
<link rel="stylesheet" th:href="@{/css/base.css?v=20241007}"/>
<link rel="stylesheet" th:href="@{/css/mquery.css?v=20241007}"/>
<script>
dayjs.extend(window.dayjs_plugin_relativeTime)
dayjs.locale('ko')
</script>

<script th:src="@{/js/common.js?v=20240322.2}"></script>
<script th:src="@{/js/common.js?v=20241007}"></script>
</head>

0 comments on commit e4e643f

Please sign in to comment.