mirror of
https://github.com/jakobkordez/call-tester.git
synced 2025-05-30 07:30:27 +00:00
Fix metadata and set prerendering
This commit is contained in:
parent
9012f0d8c6
commit
5a60d141ef
@ -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]">
|
||||
|
@ -1 +1,2 @@
|
||||
export const ssr = false;
|
||||
export const prerender = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user