This commit is contained in:
rakesh 2023-06-27 18:21:20 +05:30
parent b43faecfff
commit a6145118f7
2 changed files with 1 additions and 85 deletions

View File

@ -15,7 +15,7 @@
"index-catalog": "node indexCatalog.js", "index-catalog": "node indexCatalog.js",
"build": "vite build", "build": "vite build",
"build:daily": "AWS_PROFILE=crane NODE_ENV=production vite build --mode daily --debug", "build:daily": "AWS_PROFILE=crane NODE_ENV=production vite build --mode daily --debug",
"build:staging": "NODE_ENV=production vite build --mode staging", "build:staging": "AWS_PROFILE=crane NODE_ENV=production vite build --mode staging",
"build:production": "NODE_ENV=production vite build --mode production", "build:production": "NODE_ENV=production vite build --mode production",
"deploy:daily": "AWS_PROFILE=crane vite s3-deploy --mode daily --debug", "deploy:daily": "AWS_PROFILE=crane vite s3-deploy --mode daily --debug",
"deploy:production": "AWS_PROFILE=crane vite s3-deploy --mode production", "deploy:production": "AWS_PROFILE=crane vite s3-deploy --mode production",

View File

@ -1,84 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="-1" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
<title>Crane Stationery</title>
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
</head>
<body>
<!-- <img src="https://fp.listrakbi.com/fp/yJ3fjhPTdCKx.jpg" height="1" width="1" hidden /> -->
<noscript>
<strong>We're sorry but my_vuetify doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="module" src="/static/js/magentoCmsCache.js"></script>
<script type="module" src="/static/js/craneRetailerCatalog.js"></script>
<script>
// if (location.hash) {
// history.pushState({}, "Application entry", location.hash.substring(2))
// };
// if (location.hash) {
// console.log("url change to :",location.hash.substring(2)+window.location.search)
// history.pushState({}, "Application entry", location.hash.substring(2)+window.location.search)
// };
</script>
<!-- built files will be auto injected -->
<!-- Listrak Analytics Javascript Framework -->
<!-- <script type="text/javascript">
var biJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
(function (d, s, id, tid, vid) {
var js, ljs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = biJsHost + "cdn.listrakbi.com/scripts/script.js?m=" + tid + "&v=" + vid;
ljs.parentNode.insertBefore(js, ljs);
})(document, 'script', 'ltkSDK', 'yJ3fjhPTdCKx', '1');
</script>-->
<!--START Pepperjam CODE-->
<!--<script>
(function () {
var a = document.createElement("script");
a.type = "text/javascript", a.async = !0, a.src = "//container.pepperjam.com/4135755510.js";
var b = document.getElementsByTagName("head")[0];
if (b) b.appendChild(a, b);
else {
var b = document.getElementsByTagName("script")[0];
b.parentNode.insertBefore(a, b)
}
})();
</script>-->
<!--END Pepperjam CODE-->
<!-- Criteo Homepage Tag -->
<!--<script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
<script type="text/javascript">
window.criteo_q = window.criteo_q || [];
var deviceType = /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d";
window.criteo_q.push(
{ event: "setAccount", account: 51127 }, // You should never update this line
// { event: "setEmail", email: "" }, // Can be an empty string
{ event: "setSiteType", type: deviceType },
// { event: "viewHome" }
);
</script>-->
<!-- END Criteo Home Page Tag -->
</body>
</html>