favicon 강제 캐쉬
Some checks failed
Main-Build / build-and-push (push) Failing after 16s

This commit is contained in:
2025-12-09 11:49:01 +09:00
parent 8fca06fcbc
commit b6ab357703

View File

@@ -12,6 +12,7 @@
<meta name="keywords" content="" />
<base target="_self" />
<title><%=MainGlobals.SITE_TITLE%></title>
<link rel="icon" type="image/x-icon" href="${pageContext.request.contextPath}/Favicon.ico?v=20251209" />
<script type="text/javascript">var G_CONTEXT_PATH = '${pageContext.request.contextPath}';</script>
<script type="text/javascript" src="${pageContext.request.contextPath}/dwr/engine.js"></script>
<script type="text/javascript" src="${pageContext.request.contextPath}/dwr/util.js"></script>