Skip to content

Commit

Permalink
Add polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Apr 20, 2024
1 parent 1d90189 commit 40d7a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
<link rel="manifest" crossorigin="use-credentials" href="/manifest.json" />
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" style="background-image: var(--theme-background-image)">
Expand Down

0 comments on commit 40d7a86

Please sign in to comment.