Skip to content

Commit

Permalink
didn't save... need to switch to vscode from atom lol
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Jan 13, 2024
1 parent 4551037 commit 3d1e276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(main)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<svelte:head>
<title>{SITE_TITLE}</title>
<link rel="canonical" href={SITE_URL} />
<link rel="alternate" type="application/rss+xml" href={SITE_URL + '/api/rss.xml'} />
<link rel="alternate" type="application/rss+xml" href={SITE_URL + '/rss.xml'} />
<meta property="og:url" content={SITE_URL} />
<meta property="og:type" content="article" />
<meta property="og:title" content={SITE_TITLE} />
Expand Down

0 comments on commit 3d1e276

Please sign in to comment.