Skip to content

Commit

Permalink
build: Fix relative path breaking the build
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 6, 2024
1 parent f9106ca commit 5545f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="stylesheet" type="text/css" href="%sveltekit.assets%/style.css" />
<link rel="manifest" href="manifest.json" />
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<meta name="theme-color" content="#70234e" />
%sveltekit.head%
Expand Down

0 comments on commit 5545f45

Please sign in to comment.