에셋 리로드 파일별 캐시 검증 보강
This commit is contained in:
+6
-6
@@ -84,12 +84,12 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="Financial">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<link rel="icon" type="image/png" href="/favicon.png?v=2">
|
||||
<link rel="apple-touch-icon" href="/favicon.png?v=2">
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<link href="/assets/vendor/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/assets/app.css" rel="stylesheet">
|
||||
<script src="/assets/asset-reload.js?v=20260721_nocache1" data-service="financial" defer></script>
|
||||
<link rel="icon" type="image/png" href="<?= h(asset_url('/favicon.png')) ?>">
|
||||
<link rel="apple-touch-icon" href="<?= h(asset_url('/favicon.png')) ?>">
|
||||
<link rel="manifest" href="<?= h(asset_url('/manifest.webmanifest')) ?>">
|
||||
<link href="<?= h(asset_url('/assets/vendor/bootstrap.min.css')) ?>" rel="stylesheet">
|
||||
<link href="<?= h(asset_url('/assets/app.css')) ?>" rel="stylesheet">
|
||||
<script src="<?= h(asset_url('/assets/asset-reload.js')) ?>" data-service="financial" defer></script>
|
||||
<script src="https://chaegeon.com/log/bancheck.min.js?_=<?php echo time(); ?>"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user