Skip to content

Commit

Permalink
Fix sveltekit build
Browse files Browse the repository at this point in the history
  • Loading branch information
ya-erm committed May 29, 2022
1 parent fcd7b25 commit 5a2bd67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%svelte.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
%svelte.head%
%sveltekit.head%
</head>
<body>
%svelte.body%
%sveltekit.body%
</body>
</html>

1 comment on commit 5a2bd67

@vercel
Copy link

@vercel vercel bot commented on 5a2bd67 May 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tte-sveltekit – ./

tte-sveltekit-git-main-ya-erm.vercel.app
tte-sveltekit-ya-erm.vercel.app
tte-sveltekit.vercel.app

Please sign in to comment.