Index: base3.10/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-interceptor.xml
===================================================================
--- base3.10/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-interceptor.xml (revision 50)
+++ base3.10/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-interceptor.xml (revision 51)
@@ -20,8 +20,6 @@
<mvc:exclude-mapping path="/**/multiImageview.do" />
<mvc:exclude-mapping path="/**/tempDownload.do" />
<mvc:exclude-mapping path="/**/imagePrint/*.do" />
- <!-- 인덱스 -->
- <mvc:exclude-mapping path="/index.do" />
<!-- validator -->
<mvc:exclude-mapping path="/validator.do" />
<!-- 로그인 페이지 -->
Index: base3.10/src/main/webapp/WEB-INF/tiles/layouts/defaultLayout.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/tiles/layouts/defaultLayout.jsp (revision 50)
+++ base3.10/src/main/webapp/WEB-INF/tiles/layouts/defaultLayout.jsp (revision 51)
@@ -8,12 +8,14 @@
<title>${systemVO.sysNm }</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <meta name="viewport" content="width=device-width, user-scalable=no" />
+
<meta property="og:type" content="website">
<meta property="og:title" content="크로스로드">
<meta property="og:url" content="http://crossroads.apctp.org/">
<meta property="og:description" content="크로스로드 웹진">
- <meta property="og:image" content="/img/logo.jpg">
- <meta name="viewport" content="width=device-width, user-scalable=no" />
+ <meta property="og:image" content="<c:url value='/images/user/logo.svg'/>">
+
<link rel="icon" href="<c:url value='/images/user/favicon.ico'/>" type="image/x-icon" />
<tiles:insertAttribute name="header" />
</head>
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?