Skip to content

Commit

Permalink
fix sveltekit
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed May 27, 2022
1 parent f6c5cab commit 88079b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"yarn": "1.22.10"
},
"engines": {
"node": ">=16.x"
"node": ">=16.7"
}
}
8 changes: 4 additions & 4 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<meta
name="description"
content="Simplify documentation and avoid heavy tools. Open source Visio Alternative. Commonly used for explaining your code! Mermaid is a simple markdown-like script language for generating charts from text via javascript." />
<link rel="icon" type="image/png" href="%svelte.assets%/favicon.png" />
<link rel="manifest" href="%svelte.assets%/manifest.json" />
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon.png" />
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
Expand All @@ -39,9 +39,9 @@
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>

%svelte.head%
%sveltekit.head%
</head>
<body>
<div id="svelte">%svelte.body%</div>
<div id="svelte">%sveltekit.body%</div>
</body>
</html>

0 comments on commit 88079b0

Please sign in to comment.