-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
20 lines (18 loc) · 838 Bytes
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Import Mapping -->
<script type="importmap">
{
"imports": {
"@dropins/tools/": "/scripts/__dropins__/tools/",
"@dropins/storefront-cart/": "/scripts/__dropins__/storefront-cart/",
"@dropins/storefront-checkout/": "/scripts/__dropins__/storefront-checkout/",
"@dropins/storefront-pdp/": "/scripts/__dropins__/storefront-pdp/",
"@dropins/storefront-order-confirmation/": "/scripts/__dropins__/storefront-order-confirmation/"
}
}
</script>
<script src="/scripts/aem.js" type="module"></script>
<script src="/scripts/scripts.js" type="module"></script>
<script src="/scripts/configs.js" type="module"></script>
<script src="/scripts/commerce.js" type="module"></script>
<link rel="stylesheet" href="/styles/styles.css" />