Skip to content

Commit bb47f4d

Browse files
authored
Merge branch 'main' into fz/design-home-page
2 parents c42838a + 485488d commit bb47f4d

20 files changed

+1081
-826
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
content="A smart shopping list that learns your purchase habits and makes suggestions, so you don't forget to buy what's important."
1212
/>
1313
<link rel="icon" type="image/svg+xml" href="/src/favicon.ico" />
14+
1415
<link
1516
rel="stylesheet"
1617
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
@@ -25,7 +26,7 @@
2526
/>
2627
<meta name="color-scheme" content="dark light" />
2728
<title>GrocerEase</title>
28-
<script type="module" src="/src/index.tsx" async></script>
29+
<script type="module" src="/src/index.tsx" defer></script>
2930
</head>
3031

3132
<body>

0 commit comments

Comments
 (0)