Fix metadata and set prerendering

This commit is contained in:
Jakob Kordež 2024-06-28 09:57:50 +02:00
parent 9012f0d8c6
commit 5a60d141ef
2 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,10 @@
<meta name="description" content="Callsign checker for ham radio operators" />
<meta name="keywords" content="callsign, ham radio, dxcc, country" />
<meta name="author" content="Jakob Kordež S52KJ" />
<meta name="og:title" content="Callsign Checker" />
<meta name="og:description" content="Callsign checker for ham radio operators" />
<meta property="og:url" content="https://cc.jkob.cc/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Callsign Checker" />
<meta property="og:description" content="Callsign checker for ham radio operators" />
</svelte:head>
<div class="flex min-h-screen flex-col bg-[#333] text-[#eee]">

View File

@ -1 +1,2 @@
export const ssr = false;
export const prerender = true;