Skip to content

Commit aa0dcac

Browse files
committed
Switch to vite
1 parent fce123e commit aa0dcac

File tree

8 files changed

+812
-870
lines changed

8 files changed

+812
-870
lines changed

index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<link href="images/favicon.ico" rel="icon" />
2626

2727
<meta content="{{ webapp.themeColor }}" name="theme-color" />
28-
<link href="manifest.json" rel="manifest" />
2928

3029
<!-- Add to homescreen for Chrome on Android -->
3130
<meta content="yes" name="mobile-web-app-capable" />
@@ -74,13 +73,6 @@
7473
<link href="https://firestore.googleapis.com" rel="preconnect" />
7574

7675
<script>
77-
// https://stackoverflow.com/a/50407571/26406
78-
window.process = {
79-
env: {
80-
NODE_ENV: '{{ NODE_ENV }}',
81-
},
82-
};
83-
8476
window.Polymer = {
8577
rootPath: '{{ basepath }}',
8678
};

0 commit comments

Comments
 (0)