add feed link to app.html

This commit is contained in:
2023-09-23 20:20:35 -07:00
parent 7b3ae4dea8
commit 453dad1e0d
4 changed files with 4 additions and 9 deletions

View File

@ -6,6 +6,7 @@
<link rel="preload" href="/Baskerville-Regular.woff2" as="font" type="font/woff2" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="alternate" type="application/atom+xml" href="/feed">
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>